-
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.
Kconfig definition¶
At drivers/sensor/tmp112/Kconfig:26
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:64
→ drivers/sensor/Kconfig:120
Menu path: (top menu) → Device Drivers → Sensor Drivers → TMP112 Temperature Sensor
config TMP112_I2C_ADDR hex prompt "I2C address for TMP112" ifTMP112
&&SENSOR
default 0x48 ifTMP112
&&SENSOR
depends onTMP112
&&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.)