Files
libopencm3-examples/examples/stm32/f4/stm32f4-discovery/tick_blink/README.md
Piotr Esden-Tempski 1c4ae95729 [README] Coarse sweep to use markup in READMEs.
This should improve online readability of the readme files.
2015-01-19 19:20:12 -08:00

12 lines
342 B
Markdown

# README
This example is the same as fancy\_blink except that it uses the
systick timer to generate time accurate delays. Shows how to set
up the systick timer to create an interrupt every millisecond and
how to write a delay routine (msleep) that can then delay for a
specific number of milliseconds.
## Board connections
*none required*