mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
mic: Adding doxygen comments and image from seeed wiki
Signed-off-by: John Van Drasek <john.r.van.drasek@intel.com>
This commit is contained in:
parent
e9192d14c2
commit
2555aec888
BIN
docs/images/mic.jpg
Executable file
BIN
docs/images/mic.jpg
Executable file
Binary file not shown.
After Width: | Height: | Size: 46 KiB |
@ -36,16 +36,24 @@ struct thresholdContext {
|
||||
namespace upm {
|
||||
|
||||
/**
|
||||
* @brief analog microphone library
|
||||
* @brief Analog Microphone library
|
||||
* @defgroup mic libupm-mic
|
||||
* @ingroup seeed pwm sound
|
||||
*/
|
||||
|
||||
/**
|
||||
* @library libupm-mic
|
||||
* @sensor mic
|
||||
* @comname Analog Microphone
|
||||
* @type sound
|
||||
* @man seeed
|
||||
* @web http://www.seeedstudio.com/wiki/Grove_-_Sound_Sensors
|
||||
* @con pwm
|
||||
*
|
||||
* @brief C++ API for Microphone
|
||||
*
|
||||
* This file defines the Microphone Analog sensor
|
||||
*
|
||||
* @ingroup mic pwm
|
||||
* @image html mic.jpg
|
||||
* @snippet mic.cxx Interesting
|
||||
*/
|
||||
class Microphone {
|
||||
|
Loading…
x
Reference in New Issue
Block a user