HomeSort by relevance Sort by last modified time
    Searched refs:TH02 (Results 1 - 3 of 3) 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...]
  /hardware/bsp/intel/peripheral/libupm/examples/c++/
th02.cxx 27 #include "th02.h"
31 upm::TH02 *sensor = NULL;
49 sensor = new upm::TH02 ();

Completed in 2748 milliseconds