mirror of
https://github.com/eclipse/upm.git
synced 2025-07-01 09:21:12 +03:00
doxygen: add groups for all modules
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
@ -149,13 +149,18 @@ union accelData {
|
||||
|
||||
#define BIT(n) (1<<n)
|
||||
|
||||
/**
|
||||
* @brief mma7455 accelerometer library
|
||||
* @defgroup mma7455 libupm-mma7455
|
||||
*/
|
||||
|
||||
/**
|
||||
* @brief C++ API for MMA7455 chip (accelerometer)
|
||||
*
|
||||
* This file defines the MMA7455 C++ interface for libmma7455
|
||||
*
|
||||
* @ingroup mma7455
|
||||
* @snippet mma7455.cxx Interesting
|
||||
*
|
||||
*/
|
||||
class MMA7455 {
|
||||
public:
|
||||
|
Reference in New Issue
Block a user