my9221: 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 14:09:03 -07:00
parent dfac49ede0
commit 78f25b0157
2 changed files with 11 additions and 3 deletions

BIN
docs/images/my9221.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

View File

@ -39,15 +39,23 @@ namespace upm {
/** /**
* @brief my9221 led bar library * @brief my9221 led bar library
* @defgroup my9221 libupm-9221 * @defgroup my9221 libupm-my9221
* @ingroup seeed display gpio
*/ */
/** /**
* @library libupm-my9221
* @sensor my9221
* @comname LED bar
* @type display
* @man seeed
* @web http://www.seeedstudio.com/wiki/Grove_-_LED_Bar
* @con gpio
*
* @brief C++ API for MY9221 led bar module * @brief C++ API for MY9221 led bar module
* *
* This file defines the MY9221 C++ interface for libmy9221 * This file defines the MY9221 C++ interface for libmy9221
* *
* @ingroup my9221 gpio * @image html my9221.jpg
* @snippet my9221-ledbar.cxx Interesting * @snippet my9221-ledbar.cxx Interesting
* @snippet my9221-updown.cxx Interesting * @snippet my9221-updown.cxx Interesting
*/ */