STM32 Bootloader
Customizable Bootloader for STM32 microcontrollers
button.c File Reference

This file contains the push button driver implementation for the STM32L496 Discovery board. More...

#include "button.h"
#include "board.h"
#include "mcu_hal.h"

Go to the source code of this file.

Functions

bool ButtonIsPressed (void)
 Check whether the joystick center button is currently pressed. More...
 

Detailed Description

This file contains the push button driver implementation for the STM32L496 Discovery board.

STM32 Bootloader

Author
Akos Pasztor

Definition in file button.c.