mirror of
https://github.com/eclipse/upm.git
synced 2025-07-12 06: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:
@ -72,6 +72,10 @@ namespace upm {
|
||||
#define LCD_RW 0x02 // Read/Write bit
|
||||
#define LCD_RS 0x01 // Register select bit
|
||||
|
||||
/**
|
||||
* @brief i2c LCD display library
|
||||
* @defgroup i2clcd libupm-i2clcd
|
||||
*/
|
||||
class I2CLcd {
|
||||
public:
|
||||
I2CLcd (int bus, int lcdAddress);
|
||||
|
Reference in New Issue
Block a user