groveloudness: header updated with new tags

Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Mihai Tudor Panu 2015-04-09 17:01:55 -07:00
parent 82a0d4b6b0
commit 1e49c43e7a

View File

@ -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 {