CONFIG_TMP112_I2C_ADDR

I2C address for TMP112

Type: hex

Help

I2C address of the TMP112 sensor.

0x48: A0 connected GND and A1 connected to GND. 0x49: A0 connected VDD and A1 connected to GND. 0x4A: A0 connected SDA and A1 connected to GND. 0x4B: A0 connected SCL and A1 connected to GND.

Direct dependencies

TMP112 && SENSOR

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

Defaults

Kconfig definition

At drivers/sensor/tmp112/Kconfig:26

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

Menu path: (top menu) → Device Drivers → Sensor Drivers → TMP112 Temperature Sensor

config TMP112_I2C_ADDR
    hex
    prompt "I2C address for TMP112" if TMP112 && SENSOR
    default 0x48 if TMP112 && SENSOR
    depends on TMP112 && SENSOR
    help
      I2C address of the TMP112 sensor.

      0x48: A0 connected GND and A1 connected to GND.
      0x49: A0 connected VDD and A1 connected to GND.
      0x4A: A0 connected SDA and A1 connected to GND.
      0x4B: A0 connected SCL and A1 connected to GND.

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