diff --git a/docs/images/ppd42ns.JPG b/docs/images/ppd42ns.JPG new file mode 100755 index 00000000..2631bb18 Binary files /dev/null and b/docs/images/ppd42ns.JPG differ diff --git a/src/ppd42ns/ppd42ns.h b/src/ppd42ns/ppd42ns.h index 4cb086a9..6d1baf14 100644 --- a/src/ppd42ns/ppd42ns.h +++ b/src/ppd42ns/ppd42ns.h @@ -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 {