mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 01:41: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:
@ -62,11 +62,15 @@ struct Time3231 {
|
||||
uint8_t weekDay;
|
||||
};
|
||||
|
||||
/**
|
||||
* @brief maxds3231m proximity sensor library
|
||||
* @defgroup maxds3231m libupm-maxds3231m
|
||||
*/
|
||||
|
||||
/**
|
||||
* @brief C++ API for MAXDS3231M chip (Ambient and Infrared Proximity Sensor)
|
||||
*
|
||||
* This file defines the MAXDS3231M C++ interface for libmax44000
|
||||
*
|
||||
* @ingroup maxds3231m
|
||||
*/
|
||||
class MAXDS3231M {
|
||||
public:
|
||||
|
Reference in New Issue
Block a user