mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 01:10:22 +03:00
guvas12d: header updated with new tags
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
parent
76a81c09f2
commit
0963b5e140
@ -27,13 +27,25 @@
|
|||||||
#include <mraa/aio.h>
|
#include <mraa/aio.h>
|
||||||
|
|
||||||
namespace upm {
|
namespace upm {
|
||||||
|
/**
|
||||||
|
* @brief UPM library for the GUVA-S12D Sensor
|
||||||
|
* @defgroup guvas12d libupm-guvas12d
|
||||||
|
* @ingroup seeed analog light
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @library guvas12d
|
||||||
|
* @sensor guvas12d
|
||||||
|
* @comname Grove UV Sensor
|
||||||
|
* @altname GUVA-S12D
|
||||||
|
* @type light
|
||||||
|
* @man seeed
|
||||||
|
* @con analog
|
||||||
|
*
|
||||||
* @brief C++ API for the GUVAS12D UV sensor module
|
* @brief C++ API for the GUVAS12D UV sensor module
|
||||||
*
|
*
|
||||||
* UPM module for the GUVAS12D UV Sensor
|
* UPM module for the GUVAS12D UV Sensor
|
||||||
*
|
*
|
||||||
* @ingroup grove analog
|
|
||||||
* @snippet guvas12d.cxx Interesting
|
* @snippet guvas12d.cxx Interesting
|
||||||
*/
|
*/
|
||||||
class GUVAS12D {
|
class GUVAS12D {
|
||||||
@ -61,5 +73,3 @@ namespace upm {
|
|||||||
mraa_aio_context m_aio;
|
mraa_aio_context m_aio;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user