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.

Direct dependencies

SHT3XD && SENSOR

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At drivers/sensor/sht3xd/Kconfig:22

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:64drivers/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" if SHT3XD && SENSOR
    default "0x44" if SHT3XD && SENSOR
    depends on SHT3XD && 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.)