#include "../../Common/Common.h"
Defines | |
#define | LEDS_LED1 0 |
#define | LEDS_LED2 0 |
#define | LEDS_LED3 0 |
#define | LEDS_LED4 0 |
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 |
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.