stm32: morse timer: standardize example

Simplify, clarify and synchronize the two morse LED blinker examples.
Prepare for one day extracting the core as common morse example code.
This commit is contained in:
Karl Palsson
2016-12-17 00:21:19 +00:00
parent d2abd471a5
commit 9af2b8c7fb
4 changed files with 143 additions and 120 deletions

View File

@@ -0,0 +1,15 @@
# README
This example demonstrates the use of timers to trigger an interrupt. This
example will toggle a LED spelling out the following morse code:
SOS -> ...---...
using international morse timing, with a dot element of 100ms
It's intended for the olimex stm32-h103 eval board. It should blink
a LED on the board.
## Board connections
*none required*