mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 01:10:22 +03:00
groveehr: header updated with new tags
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
parent
8d931fbf74
commit
d827e58997
@ -29,14 +29,25 @@
|
|||||||
#include <mraa/gpio.h>
|
#include <mraa/gpio.h>
|
||||||
|
|
||||||
namespace upm {
|
namespace upm {
|
||||||
|
/**
|
||||||
|
* @brief Grove Ear-clip Heart Rate sensor library
|
||||||
|
* @defgroup groveehr libupm-groveehr
|
||||||
|
* @ingroup seeed gpio medical
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @library groveehr
|
||||||
|
* @sensor groveehr
|
||||||
|
* @comname Grove Ear-clip Heart Rate Sensor
|
||||||
|
* @type medical
|
||||||
|
* @man seeed
|
||||||
|
* @con gpio
|
||||||
|
*
|
||||||
* @brief C++ API for the Grove Ear-clip Heart Rate sensor
|
* @brief C++ API for the Grove Ear-clip Heart Rate sensor
|
||||||
*
|
*
|
||||||
* UPM module for the GroveEHR sensor. It is used to measure your
|
* UPM module for the GroveEHR sensor. It is used to measure your
|
||||||
* heartbeat.
|
* heartbeat.
|
||||||
*
|
*
|
||||||
* @ingroup gpio
|
|
||||||
* @snippet groveehr.cxx Interesting
|
* @snippet groveehr.cxx Interesting
|
||||||
*/
|
*/
|
||||||
class GroveEHR {
|
class GroveEHR {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user