55 #ifdef CORTEXM3_STM32F103
56 #include "micro/cortexm3/stm32f103ret/led-specific.h"
void halSetLed(HalBoardLed led)
Turns on (sets) a GPIO pin connected to an LED so that the LED turns on.
void halToggleLed(HalBoardLed led)
Atomically wraps an XOR or similar operation for a single GPIO pin attached to an LED...
void halInitLed(void)
Configures GPIOs pertaining to the control of LEDs.
uint8_t HalBoardLed
Ensures that the definitions from the BOARD_HEADER are always used as parameters to the LED functions...
void halClearLed(HalBoardLed led)
Turns off (clears) a GPIO pin connected to an LED, which turns off the LED.