CONFIG_TMP112

TMP112 Temperature Sensor

Type: bool

Help

Enable the driver for Texas Instruments TMP112 High-Accuracy Digital Temperature Sensors.

The TMP102 is compatible with the TMP112 but is less accurate and has been successfully tested with this driver.

Direct dependencies

I2C && SENSOR

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

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/sensor/tmp112/Kconfig:9

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

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

menuconfig TMP112
    bool
    prompt "TMP112 Temperature Sensor" if I2C && SENSOR
    depends on I2C && SENSOR
    help
      Enable the driver for Texas Instruments TMP112 High-Accuracy Digital
      Temperature Sensors.

      The TMP102 is compatible with the TMP112 but is less accurate and has
      been successfully tested with this driver.

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