mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
mq303a: 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
78f25b0157
commit
f071ebe0ca
BIN
docs/images/mq303a.jpg
Executable file
BIN
docs/images/mq303a.jpg
Executable file
Binary file not shown.
After Width: | Height: | Size: 185 KiB |
@ -29,6 +29,19 @@
|
|||||||
namespace upm {
|
namespace upm {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @brief mq303a Alcohol Sensor library
|
||||||
|
* @defgroup mq303a libupm-mq303a
|
||||||
|
* @ingroup seeed analog gpio gaseous
|
||||||
|
*/
|
||||||
|
/**
|
||||||
|
* @library libupm-mq303a
|
||||||
|
* @sensor mq303a
|
||||||
|
* @comname mq303a Alcohol Sensor
|
||||||
|
* @type gaseous
|
||||||
|
* @man seeed
|
||||||
|
* @web http://www.seeedstudio.com/wiki/Grove_-_Alcohol_Sensor
|
||||||
|
* @con analog gpio
|
||||||
|
*
|
||||||
* @brief C++ API for the MQ303A Alcohol Sensor
|
* @brief C++ API for the MQ303A Alcohol Sensor
|
||||||
*
|
*
|
||||||
* UPM module for the MQ303A Alcohol Sensor.
|
* UPM module for the MQ303A Alcohol Sensor.
|
||||||
@ -36,7 +49,7 @@ namespace upm {
|
|||||||
* obtained. The higher the value returned from value(),
|
* obtained. The higher the value returned from value(),
|
||||||
* the higher the amount of alcohol that was detected.
|
* the higher the amount of alcohol that was detected.
|
||||||
*
|
*
|
||||||
* @ingroup analog gas alcohol
|
* @image html mq303a.jpg
|
||||||
* @snippet mq303a.cxx Interesting
|
* @snippet mq303a.cxx Interesting
|
||||||
*/
|
*/
|
||||||
class MQ303A {
|
class MQ303A {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user