mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 01:10:22 +03:00
mma7455: Adding doxygen comments
Signed-off-by: John Van Drasek <john.r.van.drasek@intel.com>
This commit is contained in:
parent
5e6fdb5c30
commit
234d166c84
@ -152,14 +152,20 @@ union accelData {
|
|||||||
/**
|
/**
|
||||||
* @brief mma7455 accelerometer library
|
* @brief mma7455 accelerometer library
|
||||||
* @defgroup mma7455 libupm-mma7455
|
* @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)
|
* @brief C++ API for MMA7455 chip (accelerometer)
|
||||||
*
|
*
|
||||||
* This file defines the MMA7455 C++ interface for libmma7455
|
* This file defines the MMA7455 C++ interface for libmma7455
|
||||||
*
|
*
|
||||||
* @ingroup mma7455 i2c
|
|
||||||
* @snippet mma7455.cxx Interesting
|
* @snippet mma7455.cxx Interesting
|
||||||
*/
|
*/
|
||||||
class MMA7455 {
|
class MMA7455 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user