mma7455: Adding doxygen comments

Signed-off-by: John Van Drasek <john.r.van.drasek@intel.com>
This commit is contained in:
John Van Drasek 2015-04-14 15:04:51 -07:00
parent 5e6fdb5c30
commit 234d166c84

View File

@ -152,14 +152,20 @@ union accelData {
/**
* @brief mma7455 accelerometer library
* @defgroup mma7455 libupm-mma7455
* @ingroup seeed i2c accelerometer
*/
/**
* @library libupm-mma7455
* @sensor mma7455
* @comname mma7455 accelerometer library
* @type accelerometer
* @man seeed
* @con i2c
*
* @brief C++ API for MMA7455 chip (accelerometer)
*
* This file defines the MMA7455 C++ interface for libmma7455
*
* @ingroup mma7455 i2c
* @snippet mma7455.cxx Interesting
*/
class MMA7455 {