mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 01:10:22 +03:00
si7005: fixed sensor description and added example link
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
parent
5304192813
commit
dd014c718f
@ -42,21 +42,22 @@ namespace upm {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @library si7005
|
||||||
|
* @sensor si7005
|
||||||
|
* @comname Silicon Labs Si7005 Humidity And Temperature Sensor
|
||||||
|
* @altname Si7005
|
||||||
|
* @type temp
|
||||||
|
* @man silabs
|
||||||
|
* @con i2c
|
||||||
|
* @if itemperaturesensor
|
||||||
|
*
|
||||||
* @brief C++ API for SI7005 sensor (Humidity And Temperature Sensor)
|
* @brief C++ API for SI7005 sensor (Humidity And Temperature Sensor)
|
||||||
*
|
*
|
||||||
* The Silicon Labs Si7005
|
* The Silicon Labs Si7005
|
||||||
* [SI7005](https://www.silabs.com/Support%20Documents/TechnicalDocs/Si7005.pdf)
|
* [SI7005](https://www.silabs.com/Support%20Documents/TechnicalDocs/Si7005.pdf)
|
||||||
* is a digital relative humidity and temperature sensor.
|
* is a digital relative humidity and temperature sensor.
|
||||||
*
|
*
|
||||||
* @library si7005
|
* @snippet si7005.cxx Interesting
|
||||||
* @sensor si7005
|
|
||||||
* @comname Silicon Labs Si7005 LED lighting controller
|
|
||||||
* @altname Si7005
|
|
||||||
* @type temp
|
|
||||||
* @man silabs
|
|
||||||
* @con i2c
|
|
||||||
* @if itemperaturesensor
|
|
||||||
|
|
||||||
*/
|
*/
|
||||||
class SI7005 : public ITemperatureSensor, public IHumiditySensor {
|
class SI7005 : public ITemperatureSensor, public IHumiditySensor {
|
||||||
public:
|
public:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user