X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/6933f2e1a543b066ebe734bd126a7ff2f1c2777f..5712b8dff669dc1947cd7d6f34f13eb9fe6a8d0a:/LUFA/Drivers/Board/LEDs.h diff --git a/LUFA/Drivers/Board/LEDs.h b/LUFA/Drivers/Board/LEDs.h index 03e0db5e8..c40042ddc 100644 --- a/LUFA/Drivers/Board/LEDs.h +++ b/LUFA/Drivers/Board/LEDs.h @@ -39,7 +39,15 @@ * If the BOARD value is set to BOARD_USER, this will include the /Board/LEDs.h file in the user project * directory. */ - + +/** \ingroup Group_BoardDrivers + * @defgroup Group_LEDs LEDs Driver - LUFA/Drivers/Board/LEDs.h + * + * Functions, macros, variables, enums and types related to the control of board LEDs. + * + * @{ + */ + #ifndef __LEDS_H__ #define __LEDS_H__ @@ -111,3 +119,5 @@ #endif #endif + +/** @} */