mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +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>
|
||||
|
||||
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
|
||||
*
|
||||
* UPM module for the Grove Loudness Sensor. This sensor
|
||||
* detects how loud the surrounding environment is.
|
||||
* The higher the output analog value, the louder the sound.
|
||||
*
|
||||
* @ingroup grove analog
|
||||
* @snippet groveloudness.cxx Interesting
|
||||
*/
|
||||
class GroveLoudness {
|
||||
|
Loading…
x
Reference in New Issue
Block a user