OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TH02
(Results
1 - 2
of
2
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/th02/
th02.cxx
33
#include "
th02
.h"
38
TH02
::
TH02
(int bus, uint8_t addr) : m_i2c(bus) {
40
m_name = "
TH02
";
49
TH02
::~
TH02
() {
53
TH02
::getTemperature () {
74
TH02
::getHumidity () {
95
TH02
::getStatus () {
th02.h
48
* @brief
TH02
Temperature & Humidity Sensor library
49
* @defgroup
th02
libupm-
th02
53
* @library
th02
54
* @sensor
th02
55
* @comname
TH02
Temperature & Humidity Sensor
62
* @brief API for the
TH02
Temperature & Humidity Sensor
64
* This module defines the
TH02
interface for libth02
69
* @image html
th02
.jpg
70
* @snippet
th02
.cxx Interestin
[
all
...]
Completed in 480 milliseconds