mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 01:10:22 +03:00
groveo2: header updated with new tags
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
parent
c5b86d3637
commit
d932fa606f
@ -27,18 +27,26 @@
|
|||||||
#include <mraa/aio.h>
|
#include <mraa/aio.h>
|
||||||
|
|
||||||
namespace upm {
|
namespace upm {
|
||||||
/**
|
/**
|
||||||
* @brief UPM module for the GroveO2 Oxygen Gas Sensor
|
* @brief UPM module for the GroveO2 Oxygen Gas Sensor
|
||||||
* @defgroup groveo2 libupm-groveo2
|
* @defgroup groveo2 libupm-groveo2
|
||||||
*/
|
* @ingroup seeed analog gaseous
|
||||||
/**
|
*/
|
||||||
* @brief C++ API for the GroveO2 Oxygen Gas Sensor
|
|
||||||
*
|
/**
|
||||||
* The Grove O2 sensor measures the oxygen concentration in the air
|
* @library groveo2
|
||||||
*
|
* @sensor groveo2
|
||||||
* @ingroup analog groveo2
|
* @comname Grove O2 Sensor
|
||||||
* @snippet groveo2.cxx Interesting
|
* @type gaseous
|
||||||
*/
|
* @man seeed
|
||||||
|
* @con analog
|
||||||
|
*
|
||||||
|
* @brief C++ API for the GroveO2 Oxygen Gas Sensor
|
||||||
|
*
|
||||||
|
* The Grove O2 sensor measures the oxygen concentration in the air
|
||||||
|
*
|
||||||
|
* @snippet groveo2.cxx Interesting
|
||||||
|
*/
|
||||||
class GroveO2 {
|
class GroveO2 {
|
||||||
public:
|
public:
|
||||||
/**
|
/**
|
||||||
@ -62,5 +70,3 @@ namespace upm {
|
|||||||
mraa_aio_context m_aio;
|
mraa_aio_context m_aio;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user