-
CONFIG_DHT_GPIO_DEV_NAME
¶
GPIO device
Type: string
Help¶
The device name of the GPIO device to which the chip’s data pin is connected.
Kconfig definition¶
At drivers/sensor/dht/Kconfig:42
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:62
→ drivers/sensor/Kconfig:54
Menu path: (top menu) → Device Drivers → Sensor Drivers → DHT Temperature and Humidity Sensor
config DHT_GPIO_DEV_NAME string prompt "GPIO device" ifDHT
&&SENSOR
default "GPIO_0" ifDHT
&&SENSOR
depends onDHT
&&SENSOR
help The device name of the GPIO device to which the chip's data pin is connected.
(Definitions include propagated dependencies, including from if’s and menus.)