mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 01:10:22 +03:00
groveloudness: header updated with new tags
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
parent
82a0d4b6b0
commit
1e49c43e7a
@ -27,15 +27,26 @@
|
|||||||
#include <mraa/aio.h>
|
#include <mraa/aio.h>
|
||||||
|
|
||||||
namespace upm {
|
namespace upm {
|
||||||
|
/**
|
||||||
|
* @brief UPM library for the Grove Loudness Sensor
|
||||||
|
* @defgroup groveloudness libupm-groveloudness
|
||||||
|
* @ingroup seeed analog sound
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @library groveloudness
|
||||||
|
* @sensor groveloudness
|
||||||
|
* @comname Grove Loudness Sensor
|
||||||
|
* @type sound
|
||||||
|
* @man seeed
|
||||||
|
* @con analog
|
||||||
|
*
|
||||||
* @brief C++ API for the Grove Loudness Sensor
|
* @brief C++ API for the Grove Loudness Sensor
|
||||||
*
|
*
|
||||||
* UPM module for the Grove Loudness Sensor. This sensor
|
* UPM module for the Grove Loudness Sensor. This sensor
|
||||||
* detects how loud the surrounding environment is.
|
* detects how loud the surrounding environment is.
|
||||||
* The higher the output analog value, the louder the sound.
|
* The higher the output analog value, the louder the sound.
|
||||||
*
|
*
|
||||||
* @ingroup grove analog
|
|
||||||
* @snippet groveloudness.cxx Interesting
|
* @snippet groveloudness.cxx Interesting
|
||||||
*/
|
*/
|
||||||
class GroveLoudness {
|
class GroveLoudness {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user