-
CONFIG_HDC1008_I2C_ADDR
¶
I2C Address for HDC1008
Type: hex
Help¶
0x40: A0 connected GND and A1 connected to GND. 0x41: A0 connected VDD and A1 connected to GND. 0x42: A0 connected GND and A1 connected to VDD. 0x43: A0 connected VDD and A1 connected to VDD.
Direct dependencies¶
HDC1008
&& !HAS_DTS_I2C_DEVICE
&& SENSOR
(Includes any dependencies from if’s and menus.)
Defaults¶
- “0x40” if
HDC1008
&& !HAS_DTS_I2C_DEVICE
&&SENSOR
Kconfig definition¶
At drivers/sensor/hdc1008/Kconfig:24
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:64
→ drivers/sensor/Kconfig:70
Menu path: (top menu) → Device Drivers → Sensor Drivers
config HDC1008_I2C_ADDR hex prompt "I2C Address for HDC1008" ifHDC1008
&& !HAS_DTS_I2C_DEVICE
&&SENSOR
default "0x40" ifHDC1008
&& !HAS_DTS_I2C_DEVICE
&&SENSOR
depends onHDC1008
&& !HAS_DTS_I2C_DEVICE
&&SENSOR
help 0x40: A0 connected GND and A1 connected to GND. 0x41: A0 connected VDD and A1 connected to GND. 0x42: A0 connected GND and A1 connected to VDD. 0x43: A0 connected VDD and A1 connected to VDD.
(Definitions include propagated dependencies, including from if’s and menus.)