STM32 Bootloader
Customizable Bootloader for STM32 microcontrollers
led.h File Reference

This file contains the LED driver function prototypes 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).
 

Detailed Description

This file contains the LED driver function prototypes for controlling the green LEDs on the STM32L496 Discovery board.

STM32 Bootloader

Author
Akos Pasztor

Definition in file led.h.