mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 01:10:22 +03:00
grovewater: header updated with new tags
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
parent
a2e7609263
commit
76a81c09f2
@ -27,13 +27,24 @@
|
|||||||
#include <mraa/gpio.h>
|
#include <mraa/gpio.h>
|
||||||
|
|
||||||
namespace upm {
|
namespace upm {
|
||||||
|
/**
|
||||||
|
* @brief UPM library for the Grove Water Sensor
|
||||||
|
* @defgroup grovewater libupm-grovewater
|
||||||
|
* @ingroup seeed gpio liquid
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @library grovewater
|
||||||
|
* @sensor grovewater
|
||||||
|
* @comname Grove Water Sensor
|
||||||
|
* @type liquid
|
||||||
|
* @man seeed
|
||||||
|
* @con gpio
|
||||||
|
*
|
||||||
* @brief C++ API for the Grove Water Sensor
|
* @brief C++ API for the Grove Water Sensor
|
||||||
*
|
*
|
||||||
* UPM module for the Grove Water Sensor
|
* UPM module for the Grove Water Sensor
|
||||||
*
|
*
|
||||||
* @ingroup grove gpio
|
|
||||||
* @snippet grovewater.cxx Interesting
|
* @snippet grovewater.cxx Interesting
|
||||||
*/
|
*/
|
||||||
class GroveWater {
|
class GroveWater {
|
||||||
@ -59,5 +70,3 @@ namespace upm {
|
|||||||
mraa_gpio_context m_gpio;
|
mraa_gpio_context m_gpio;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user