Home | History | Annotate | Download | only in th02

Lines Matching defs:TH02

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 Interesting
72 class TH02 {
75 * Instantiates a TH02 object
77 TH02 (int bus=0, uint8_t addr=TH02_ADDR);
80 * TH02 object destructor; basically, it closes the I2C connection.
82 ~TH02 ();