From dd014c718f847b976a209ebf8c12488b05fe08ae Mon Sep 17 00:00:00 2001 From: Mihai Tudor Panu Date: Tue, 30 Aug 2016 15:54:28 -0700 Subject: [PATCH] si7005: fixed sensor description and added example link Signed-off-by: Mihai Tudor Panu --- src/si7005/si7005.hpp | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/si7005/si7005.hpp b/src/si7005/si7005.hpp index d47d1480..2e4c4a4c 100644 --- a/src/si7005/si7005.hpp +++ b/src/si7005/si7005.hpp @@ -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: