#include "../../Common/Common.h"
#include "USBKEY/LEDs.h"
Functions | |
static void | LEDs_Init (void) |
static void | LEDs_TurnOnLEDs (const uint8_t LEDMask) |
static void | LEDs_TurnOffLEDs (const uint8_t LEDMask) |
static void | LEDs_SetAllLEDs (const uint8_t LEDMask) |
static void | LEDs_ChangeLEDs (const uint8_t LEDMask, const uint8_t ActiveMask) |
static void | LEDs_ToggleLEDs (const uint8_t LEDMask) |
static uint8_t | LEDs_GetLEDs (void) ATTR_WARN_UNUSED_RESULT |
This file is the master dispatch header file for the board-specific LED driver, for boards containing user controllable LEDs.
User code should include this file, which will in turn include the correct LED driver header file for the currently selected board.
If the BOARD value is set to BOARD_USER, this will include the /Board/LEDs.h file in the user project directory.