Searched full:tmp112 (Results 1 – 15 of 15) sorted by relevance
1 # TMP112 temperature sensor configuration options6 config TMP112 config7 bool "TMP112 Temperature Sensor"12 Enable the driver for Texas Instruments TMP112 High-Accuracy Digital15 The TMP102 is compatible with the TMP112 but is less accurate and has18 if TMP11234 endif # TMP112
5 zephyr_library_sources(tmp112.c)
17 #include "tmp112.h"19 LOG_MODULE_REGISTER(TMP112, CONFIG_SENSOR_LOG_LEVEL);
1 .. zephyr:code-sample:: tmp1122 :name: TMP112 Temperature Sensor5 Get temperature data from a TMP112 sensor (polling & trigger mode).10 A sample showing how to use the :dtcompatible:`ti,tmp112` sensor.24 :zephyr-app: samples/sensor/tmp112
2 name: TMP112 Sensor Sample4 sample.sensor.tmp112:8 filter: dt_compat_enabled("ti,tmp112")
5 project(tmp112) project
5 TMP112 Digital Temperature Sensor. See more info at6 https://www.ti.com/product/TMP1128 compatible: "ti,tmp112"
8 tmp112@4a {9 compatible = "ti,tmp112";
20 add_subdirectory_ifdef(CONFIG_TMP112 tmp112)
20 source "drivers/sensor/ti/tmp112/Kconfig"
50 - Sensors: Added driver for I2C TMP112 temperature sensor.111 - Added TMP112 sensor application.156 * ``ZEP-358`` - Add support for TMP112 sensor
508 * :github:`8511` - nrf52_blenano2 tmp112 sensor sample build failed - redefined I2C527 * :github:`8391` - nrf52_blenano2 tmp112 sensor sample build failed.
723 * :github:`7793` - samples\sensor: bme280 and tmp112 hangs without any console output on quark_se_c…
598 * Fixed TMP112 driver to avoid I2C burst write portability issues.
474 test_i2c_tmp112: tmp112@46 {475 compatible = "ti,tmp112";