Files
libopencm3-examples/examples/stm32/f3/stm32f3-discovery/button
Roland Hieber bb8f4699da stm32 button: use more idiomatic GPIO read
Using GPIOA_IDR directly looks a bit arcane, and the example can benefit
from introducing gpio_get() and how to use it.  The stm32f0-discovery
example already does it like this.
2016-10-11 19:51:51 +02:00
..
2013-07-07 21:40:06 -07:00

README

This example blinks the green LED on the ST STM32F3DISCOVERY eval board.

When you press the 'USER' button, the blinking is slower.