Home
last modified time | relevance | path

Searched full:th02 (Results 1 – 13 of 13) sorted by relevance

/Zephyr-Core-2.7.6/samples/sensor/th02/
DREADME.rst3 TH02: Temperature and Humidity Monitor
9 Temperature & Humidity Sensor (TH02) and display the results on the Grove LCD
16 This sample uses the TH02 sensor and the grove LCD display. Both devices are
37 - TH02: http://www.datasheetspdf.com/mobile/748107/TH02.html
Dsample.yaml2 name: TH02 Temperature and Humidity Monitor
4 sample.sensor.th02:
8 filter: dt_compat_enabled("hoperf,th02")
DCMakeLists.txt5 project(th02) project
/Zephyr-Core-2.7.6/drivers/sensor/th02/
DKconfig4 config TH02 config
5 bool "TH02 Temperature Sensor"
8 Enable driver for the TH02 temperature sensor.
DCMakeLists.txt5 zephyr_library_sources(th02.c)
Dth02.c18 #include "th02.h"
20 LOG_MODULE_REGISTER(TH02, CONFIG_SENSOR_LOG_LEVEL);
/Zephyr-Core-2.7.6/samples/sensor/th02/boards/
Dfrdm_k64f.overlay8 th02@40 {
9 compatible = "hoperf,th02";
11 label = "TH02";
/Zephyr-Core-2.7.6/dts/bindings/sensor/
Dhoperf,th02.yaml5 TH02 Temperature and Humidity sensor. See datasheet at
6 http://www.datasheetspdf.com/mobile/748107/TH02.html
8 compatible: "hoperf,th02"
/Zephyr-Core-2.7.6/samples/sensor/th02/src/
Dmain.c26 { SENSOR_CHAN_AMBIENT_TEMP, "TH02" },
27 { SENSOR_CHAN_HUMIDITY, "TH02" },
/Zephyr-Core-2.7.6/drivers/sensor/
DCMakeLists.txt89 add_subdirectory_ifdef(CONFIG_TH02 th02)
DKconfig213 source "drivers/sensor/th02/Kconfig"
/Zephyr-Core-2.7.6/tests/drivers/build_all/sensor/
Di2c.dtsi138 test_i2c_th02: th02@14 {
139 compatible = "hoperf,th02";
140 label = "TH02";
/Zephyr-Core-2.7.6/scripts/release/
Dtwister_last_release.csv35002 samples/sensor/th02/sample.sensor.th02,arc,em_starterkit_em11d,True,,,na,,0,0
35003 samples/sensor/th02/sample.sensor.th02,arc,em_starterkit_em7d_v22,True,,,na,,0,0
35004 samples/sensor/th02/sample.sensor.th02,arc,em_starterkit_em7d,True,,,na,,0,0
35005 samples/sensor/th02/sample.sensor.th02,arc,em_starterkit,True,,,na,,0,0
35006 samples/sensor/th02/sample.sensor.th02,arc,em_starterkit_em7d_normal,True,,,na,,0,0
35007 samples/sensor/th02/sample.sensor.th02,arm,nrf52_pca20020,True,,,na,,0,0
35008 samples/sensor/th02/sample.sensor.th02,arm,nrf52_pca10040,True,,,na,,0,0
35009 samples/sensor/th02/sample.sensor.th02,arm,actinius_icarus,True,,,na,,0,0
35010 samples/sensor/th02/sample.sensor.th02,arm,actinius_icarus_ns,True,,,na,,0,0
35011 samples/sensor/th02/sample.sensor.th02,arm,stm32f072b_disco,True,,,na,,0,0
[all …]