16 lines
313 B
Plaintext
16 lines
313 B
Plaintext
menu "DHT22"
|
|
config DHT22_ENABLED
|
|
bool "DHT22 Enabled"
|
|
default y
|
|
|
|
config DHT22_DATA_GPIO
|
|
int "DHT22 Data GPIO Pin"
|
|
default -1
|
|
depends on DHT22_ENABLED
|
|
|
|
config DHT22_PERIOD_POLL
|
|
int "Period to poll the DHT22 in seconds"
|
|
default 2000
|
|
depends on DHT22_ENABLED
|
|
endmenu
|