STM32 Bootloader
Customizable Bootloader for STM32 microcontrollers

Functions

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

Detailed Description

Function Documentation

◆ ButtonIsPressed()

bool ButtonIsPressed ( void  )

Check whether the joystick center button is currently pressed.

Returns
True if the button is pressed; otherwise false.

Definition at line 32 of file button.c.