mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 01:10:22 +03:00
grovemoisture: header updated with new tags
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
parent
1e49c43e7a
commit
c5b86d3637
@ -27,8 +27,20 @@
|
|||||||
#include <mraa/aio.h>
|
#include <mraa/aio.h>
|
||||||
|
|
||||||
namespace upm {
|
namespace upm {
|
||||||
|
/**
|
||||||
|
* @brief UPM library for the Grove Moisture Sensor
|
||||||
|
* @defgroup grovemoisture libupm-grovemoisture
|
||||||
|
* @ingroup seeed analog liquid
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @library grovemoisture
|
||||||
|
* @sensor grovemoisture
|
||||||
|
* @comname Grove Moisture Sensor
|
||||||
|
* @type liquid
|
||||||
|
* @man seeed
|
||||||
|
* @con analog
|
||||||
|
*
|
||||||
* @brief C++ API for the Grove Moisture Sensor
|
* @brief C++ API for the Grove Moisture Sensor
|
||||||
*
|
*
|
||||||
* UPM module for the Grove Moisture Sensor.
|
* UPM module for the Grove Moisture Sensor.
|
||||||
@ -38,7 +50,6 @@ namespace upm {
|
|||||||
* Note that this sensor is not designed to be left in soil
|
* Note that this sensor is not designed to be left in soil
|
||||||
* nor to be used outdoors.
|
* nor to be used outdoors.
|
||||||
*
|
*
|
||||||
* @ingroup grove analog
|
|
||||||
* @snippet grovemoisture.cxx Interesting
|
* @snippet grovemoisture.cxx Interesting
|
||||||
*/
|
*/
|
||||||
class GroveMoisture {
|
class GroveMoisture {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user