mpr121: 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:28:25 -07:00
parent bc65345cf3
commit 2376d853e7
2 changed files with 22 additions and 0 deletions

BIN
docs/images/mpr121.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

View File

@ -39,6 +39,28 @@ namespace upm {
* @ingroup i2c mpr121 * @ingroup i2c mpr121
* @snippet mpr121.cxx Interesting * @snippet mpr121.cxx Interesting
*/ */
/**
* @brief mpr121 Touch Sensor library
* @defgroup mpr121 libupm-mpr121
* @ingroup seeed i2c touch
*/
/**
* @library libupm-mpr121
* @sensor mpr121
* @comname mpr121 touch sensor
* @type touch
* @man seeed
* @web http://www.seeedstudio.com/wiki/Grove_-_I2C_Touch_Sensor
* @con i2c
*
* @brief C++ API for the MPR121 I2C touch sensor
*
* UPM module for the MPR121 touch sensor
*
* @image html mpr121.jpg
* @snippet mpr121.cxx Interesting
*/
class MPR121 { class MPR121 {
public: public:
/** /**