mirror of
https://github.com/eclipse/upm.git
synced 2025-07-05 19:31:15 +03:00
doxygen: add groups for all modules
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
@ -108,11 +108,17 @@ struct AxisData {
|
||||
Vector3D data;
|
||||
};
|
||||
|
||||
/**
|
||||
* @brief mpu9150 sensor library
|
||||
* @defgroup mpu9150 libupm-mpu9150
|
||||
*/
|
||||
|
||||
/**
|
||||
* @brief C++ API for MPU9150 chip (Accelrometer, Gyro and Magnometer Sensor)
|
||||
*
|
||||
* This file defines the MPU9150 C++ interface for libmpu9150
|
||||
*
|
||||
* @ingroup mpu9150
|
||||
* @snippet mpu9150-example.cxx Interesting
|
||||
*/
|
||||
class MPU9150 {
|
||||
|
Reference in New Issue
Block a user