Searched full:tmp007 (Results 1 – 10 of 10) sorted by relevance
1 # TMP007 infrared thermopile sensor configuration options6 menuconfig TMP007 config7 bool "TMP007 Infrared Thermopile Sensor"10 Enable driver for TMP007 infrared thermopile sensors.12 if TMP00752 endif # TMP007
5 zephyr_library_sources(tmp007.c)
19 #include "tmp007.h"21 LOG_MODULE_REGISTER(TMP007, CONFIG_SENSOR_LOG_LEVEL);
15 #include "tmp007.h"20 LOG_MODULE_DECLARE(TMP007, CONFIG_SENSOR_LOG_LEVEL);
5 TMP007 Digital Temperature Sensor. See datasheet at6 https://cdn-shop.adafruit.com/datasheets/tmp007.pdf8 compatible: "ti,tmp007"
90 add_subdirectory_ifdef(CONFIG_TMP007 tmp007)
215 source "drivers/sensor/tmp007/Kconfig"
539 test_i2c_tmp007: tmp007@44 {540 compatible = "ti,tmp007";541 label = "TMP007";
220 * :jira:`ZEP-499` - TMP007 driver returns invalid values for negative temperature
515 * Fixed tmp007 driver to use i2c_burst_read