|
STM32 Bootloader
Customizable Bootloader for STM32 microcontrollers
|
This file contains the LED driver implementation for controlling the green LEDs on the STM32L496 Discovery board. More...
Go to the source code of this file.
Functions | |
| void | LedGreen1On (void) |
| Turn on the 1st green LED (LD2). | |
| void | LedGreen1Off (void) |
| Turn off the 1st green LED (LD2). | |
| void | LedGreen1Toggle (void) |
| Toggle the 1st green LED (LD2). | |
| void | LedGreen2On (void) |
| Turn on the 2nd green LED (LD3). | |
| void | LedGreen2Off (void) |
| Turn off the 2nd green LED (LD3). | |
| void | LedGreen2Toggle (void) |
| Toggle the 2nd green LED (LD3). | |
This file contains the LED driver implementation for controlling the green LEDs on the STM32L496 Discovery board.
STM32 Bootloader
Definition in file led.c.