LUFA Custom Board LED Hardware Driver (Template) More...
Macros | |
#define | LEDS_ALL_LEDS (LEDS_LED1 | LEDS_LED2) |
#define | LEDS_LED1 1 |
#define | LEDS_LED2 2 |
#define | LEDS_NO_LEDS 0 |
This is a stub driver header file, for implementing custom board layout hardware with compatible LUFA board specific drivers. If the library is configured to use the BOARD_USER board mode, this driver file should be completed and copied into the "/Board/" folder inside the application's folder.
This stub is for the board-specific component of the LUFA LEDs driver, for the LEDs (up to four) mounted on most development boards.
#define LEDS_LED1 1 |
LED mask for the first LED on the board.
#define LEDS_LED2 2 |
LED mask for the second LED on the board.
#define LEDS_NO_LEDS 0 |
LED mask for none of the board LEDs.