mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +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)
|
||||
*
|
||||
* The Silicon Labs Si7005
|
||||
* [SI7005](https://www.silabs.com/Support%20Documents/TechnicalDocs/Si7005.pdf)
|
||||
* is a digital relative humidity and temperature sensor.
|
||||
*
|
||||
* @library si7005
|
||||
* @sensor si7005
|
||||
* @comname Silicon Labs Si7005 LED lighting controller
|
||||
* @altname Si7005
|
||||
* @type temp
|
||||
* @man silabs
|
||||
* @con i2c
|
||||
* @if itemperaturesensor
|
||||
|
||||
* @snippet si7005.cxx Interesting
|
||||
*/
|
||||
class SI7005 : public ITemperatureSensor, public IHumiditySensor {
|
||||
public:
|
||||
|
Loading…
x
Reference in New Issue
Block a user