-
CONFIG_SHT3XD_I2C_ADDR
¶
SHT3XD I2C address
Type: hex
Help¶
I2C address of the SHT3xD sensor.
0x44: Choose this option if the ADDR pin is connected to VSS. 0x45: Choose this option if the ADDR pin is connected to VDD.
Kconfig definition¶
At drivers/sensor/sht3xd/Kconfig:22
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:64
→ drivers/sensor/Kconfig:112
Menu path: (top menu) → Device Drivers → Sensor Drivers → SHT3xD Temperature and Humidity Sensor
config SHT3XD_I2C_ADDR hex prompt "SHT3XD I2C address" ifSHT3XD
&&SENSOR
default "0x44" ifSHT3XD
&&SENSOR
depends onSHT3XD
&&SENSOR
help I2C address of the SHT3xD sensor. 0x44: Choose this option if the ADDR pin is connected to VSS. 0x45: Choose this option if the ADDR pin is connected to VDD.
(Definitions include propagated dependencies, including from if’s and menus.)