mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
mpu9150: 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:
parent
f071ebe0ca
commit
bc65345cf3
BIN
docs/images/mpu9150.jpg
Executable file
BIN
docs/images/mpu9150.jpg
Executable file
Binary file not shown.
After Width: | Height: | Size: 124 KiB |
@ -109,16 +109,24 @@ struct AxisData {
|
||||
};
|
||||
|
||||
/**
|
||||
* @brief mpu9150 sensor library
|
||||
* @brief mpu9150 accelerometer library
|
||||
* @defgroup mpu9150 libupm-mpu9150
|
||||
* @ingroup seeed i2c accelerometer compass
|
||||
*/
|
||||
|
||||
/**
|
||||
* @brief C++ API for MPU9150 chip (Accelrometer, Gyro and Magnometer Sensor)
|
||||
* @library libupm-mpu9150
|
||||
* @sensor mpu9150
|
||||
* @comname mpu9150 accelerometer library
|
||||
* @type accelerometer compass
|
||||
* @man seeed
|
||||
* @web http://www.seeedstudio.com/wiki/Grove_-_IMU_9DOF_v1.0
|
||||
* @con i2c
|
||||
*
|
||||
* @brief C++ API for MPU9150 chip (Accelerometer, Gyro and Magnometer Sensor)
|
||||
*
|
||||
* This file defines the MPU9150 C++ interface for libmpu9150
|
||||
*
|
||||
* @ingroup mpu9150 i2c
|
||||
* @image html mpu9150.jpg
|
||||
* @snippet mpu9150.cxx Interesting
|
||||
*/
|
||||
class MPU9150 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user