#include <LUFA/Drivers/USB/USB.h> // USB Functionality\r
#include <LUFA/Drivers/Board/LEDs.h> // LEDs driver\r
\r
#include <LUFA/Drivers/USB/USB.h> // USB Functionality\r
#include <LUFA/Drivers/Board/LEDs.h> // LEDs driver\r
\r
/** Indicates that this module will catch the USB_Connect event when thrown by the library. */\r
HANDLES_EVENT(USB_Connect);\r
\r
/** Indicates that this module will catch the USB_Connect event when thrown by the library. */\r
HANDLES_EVENT(USB_Connect);\r
\r
\r
/** Indicates that this module will catch the USB_ConfigurationChanged event when thrown by the library. */\r
HANDLES_EVENT(USB_ConfigurationChanged);\r
\r
/** Indicates that this module will catch the USB_ConfigurationChanged event when thrown by the library. */\r
HANDLES_EVENT(USB_ConfigurationChanged);\r