Files
libopencm3-examples/examples/stm32/f1/stm32-h103/timer
Karl Palsson c03b580722 stm32: morse timer: remove WFI where not critical
__WFI is not standardized, though often provided.  As it's not a core
part of this example, drop it.
2016-12-17 00:24:36 +00:00
..
2013-04-19 17:19:32 -07:00

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