CONFIG_TMP007_I2C_ADDR

I2C address for TMP006 Sensor

Type: hex

Help

I2C address of the TMP007 sensor.

0x40: A0 connected GND and A1 connected to GND. 0x41: A0 connected VDD and A1 connected to GND. 0x42: A0 connected SDA and A1 connected to GND. 0x43: A0 connected SCL and A1 connected to GND. 0x44: A0 connected GND and A1 connected to VDD. 0x45: A0 connected VDD and A1 connected to VDD. 0x46: A0 connected SDA and A1 connected to VDD. 0x47: A0 connected SCL and A1 connected to VDD.

Direct dependencies

TMP007 && SENSOR

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

Defaults

Kconfig definition

At drivers/sensor/tmp007/Kconfig:22

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:64drivers/sensor/Kconfig:118

Menu path: (top menu) → Device Drivers → Sensor Drivers → TMP007 Infrared Thermopile Sensor

config TMP007_I2C_ADDR
    hex
    prompt "I2C address for TMP006 Sensor" if TMP007 && SENSOR
    default "0x40" if TMP007 && SENSOR
    depends on TMP007 && SENSOR
    help
      I2C address of the TMP007 sensor.

      0x40: A0 connected GND and A1 connected to GND.
      0x41: A0 connected VDD and A1 connected to GND.
      0x42: A0 connected SDA and A1 connected to GND.
      0x43: A0 connected SCL and A1 connected to GND.
      0x44: A0 connected GND and A1 connected to VDD.
      0x45: A0 connected VDD and A1 connected to VDD.
      0x46: A0 connected SDA and A1 connected to VDD.
      0x47: A0 connected SCL and A1 connected to VDD.

(Definitions include propagated dependencies, including from if’s and menus.)