mirror of
https://github.com/eclipse/upm.git
synced 2025-07-05 03:11: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:
@ -104,11 +104,17 @@ typedef struct {
|
||||
uint16_t clr;
|
||||
} tcs3414sc_rgb_t;
|
||||
|
||||
/**
|
||||
* @brief tcs3414cs color sensor library
|
||||
* @defgroup tcs3414cs libupm-tcs3414cs
|
||||
*/
|
||||
|
||||
/**
|
||||
* @brief C++ API for TCS3414CS chip (Color sensor)
|
||||
*
|
||||
* This file defines the TCS3414CS C++ interface for libtcs3414cs
|
||||
*
|
||||
* @snippet tcs3414cs-example.cxx Interesting
|
||||
*/
|
||||
class TCS3414CS {
|
||||
public:
|
||||
|
Reference in New Issue
Block a user