mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
ppd42ns: 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
28e5f1ca6e
commit
b10e108977
BIN
docs/images/ppd42ns.JPG
Executable file
BIN
docs/images/ppd42ns.JPG
Executable file
Binary file not shown.
After Width: | Height: | Size: 165 KiB |
@ -36,13 +36,25 @@ typedef struct
|
||||
double concentration;
|
||||
} dustData;
|
||||
|
||||
|
||||
/**
|
||||
* @brief Dust Sensor library
|
||||
* @defgroup ppd42ns libupm-ppd42ns
|
||||
* @ingroup seeed gpio other
|
||||
*/
|
||||
/**
|
||||
* @library libupm-ppd42ns
|
||||
* @sensor ppd42ns
|
||||
* @comname Dust Sensor
|
||||
* @type other
|
||||
* @man seeed
|
||||
* @web http://www.seeedstudio.com/wiki/Grove_-_Dust_Sensor
|
||||
* @con gpio
|
||||
*
|
||||
* @brief C++ API for the Dust Sensor
|
||||
*
|
||||
* UPM module for the Dust Sensor
|
||||
*
|
||||
* @ingroup gpio
|
||||
* @image html ppd42ns.jpg
|
||||
* @snippet ppd42ns.cxx Interesting
|
||||
*/
|
||||
class PPD42NS {
|
||||
|
Loading…
x
Reference in New Issue
Block a user