[stm32f4-discovery] Added timer example for the stm32f4 discovery board.

This commit is contained in:
Piotr Esden-Tempski
2015-02-11 18:48:28 -08:00
parent 5b26d350ff
commit ec7c0f318b
3 changed files with 230 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
# README
This example demonstrates the use of timers to trigger an interrupt. This
example will toggle two LEDs spelling out the following morse code:
SOS -> ...---...
Where dots are .1s, dashes .2s, gaps .05s and the word pause .5s.
It's intended for the ST STM32F4DISCOVERY eval board. It should blink
the LEDs on the board.
## Board connections
*none required*