Home
last modified time | relevance | path

Searched full:tmp112 (Results 1 – 15 of 15) sorted by relevance

/Zephyr-latest/drivers/sensor/ti/tmp112/
DKconfig1 # TMP112 temperature sensor configuration options
6 config TMP112 config
7 bool "TMP112 Temperature Sensor"
12 Enable the driver for Texas Instruments TMP112 High-Accuracy Digital
15 The TMP102 is compatible with the TMP112 but is less accurate and has
18 if TMP112
34 endif # TMP112
DCMakeLists.txt5 zephyr_library_sources(tmp112.c)
Dtmp112.c17 #include "tmp112.h"
19 LOG_MODULE_REGISTER(TMP112, CONFIG_SENSOR_LOG_LEVEL);
/Zephyr-latest/samples/sensor/tmp112/
DREADME.rst1 .. zephyr:code-sample:: tmp112
2 :name: TMP112 Temperature Sensor
5 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
Dsample.yaml2 name: TMP112 Sensor Sample
4 sample.sensor.tmp112:
8 filter: dt_compat_enabled("ti,tmp112")
DCMakeLists.txt5 project(tmp112) project
/Zephyr-latest/dts/bindings/sensor/
Dti,tmp112.yaml5 TMP112 Digital Temperature Sensor. See more info at
6 https://www.ti.com/product/TMP112
8 compatible: "ti,tmp112"
/Zephyr-latest/samples/sensor/tmp112/boards/
Dfrdm_k64f.overlay8 tmp112@4a {
9 compatible = "ti,tmp112";
/Zephyr-latest/drivers/sensor/ti/
DCMakeLists.txt20 add_subdirectory_ifdef(CONFIG_TMP112 tmp112)
DKconfig20 source "drivers/sensor/ti/tmp112/Kconfig"
/Zephyr-latest/doc/releases/
Drelease-notes-1.5.rst50 - Sensors: Added driver for I2C TMP112 temperature sensor.
111 - Added TMP112 sensor application.
156 * ``ZEP-358`` - Add support for TMP112 sensor
Drelease-notes-1.13.rst508 * :github:`8511` - nrf52_blenano2 tmp112 sensor sample build failed - redefined I2C
527 * :github:`8391` - nrf52_blenano2 tmp112 sensor sample build failed.
Drelease-notes-1.12.rst723 * :github:`7793` - samples\sensor: bme280 and tmp112 hangs without any console output on quark_se_c…
Drelease-notes-3.0.rst598 * Fixed TMP112 driver to avoid I2C burst write portability issues.
/Zephyr-latest/tests/drivers/build_all/sensor/
Di2c.dtsi474 test_i2c_tmp112: tmp112@46 {
475 compatible = "ti,tmp112";