mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 01:10:22 +03:00
th02.h: adding doxygen tags
Signed-off-by: John Van Drasek <john.r.van.drasek@intel.com>
This commit is contained in:
parent
8388a2867a
commit
af1acd6be7
@ -62,6 +62,34 @@ namespace upm {
|
|||||||
* @ingroup th02
|
* @ingroup th02
|
||||||
* @snippet th02.cxx Interesting
|
* @snippet th02.cxx Interesting
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief C++ API for th02 temperature & humidity sensor library
|
||||||
|
*
|
||||||
|
* This file defines the TH02 C++ interface for libth02
|
||||||
|
*
|
||||||
|
* @defgroup th02 libupm-th02
|
||||||
|
* @ingroup seeed i2c temp
|
||||||
|
*/
|
||||||
|
/**
|
||||||
|
* @library th02
|
||||||
|
* @sensor th02
|
||||||
|
* @comname temperature and humidity sensor
|
||||||
|
* @type temp
|
||||||
|
* @man seeed
|
||||||
|
* @web http://www.seeedstudio.com/wiki/Grove_-_Tempture%26Humidity_Sensor_(High-Accuracy_%26Mini)_v1.0
|
||||||
|
* @con i2c
|
||||||
|
*
|
||||||
|
* @brief C++ API for th02 temperature & humidity sensor library
|
||||||
|
*
|
||||||
|
* This file defines the TH02 C++ interface for libth02
|
||||||
|
*
|
||||||
|
* @snippet th02.cxx Interesting
|
||||||
|
*/
|
||||||
class TH02 {
|
class TH02 {
|
||||||
public:
|
public:
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user