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:
John Van Drasek 2015-04-14 13:04:43 -07:00
parent 28e5f1ca6e
commit b10e108977
2 changed files with 14 additions and 2 deletions

BIN
docs/images/ppd42ns.JPG Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 165 KiB

View File

@ -36,13 +36,25 @@ typedef struct
double concentration; double concentration;
} dustData; } 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 * @brief C++ API for the Dust Sensor
* *
* UPM module for the Dust Sensor * UPM module for the Dust Sensor
* *
* @ingroup gpio * @image html ppd42ns.jpg
* @snippet ppd42ns.cxx Interesting * @snippet ppd42ns.cxx Interesting
*/ */
class PPD42NS { class PPD42NS {