Hotboards_buttons

Dependents of Hotboards_buttons

A dependent is a program or library which makes use of this library.

reading two buttons when are pressed
asking if the button is released
asking if the button is pressed
reading a button state
The simplest program, read a single button on pin PB_4
Turn ON a led on pin PA_5 (LED1) if the button on pin PB_4 is pressed, then turn it OFF if the button on pin PB_10 is pressed BUTTON, hotboards, Nucleo
Toggle led ON pin PA_5 (LED1) when the button on pin PB_4 is pressed buttons, hotboards, Nucleo
Toggle led ON pin PA_5 (LED1) when the button on pin PB_4 is released buttons, hotboards