Files
libopencm3-examples/examples/stm32/f4/stm32f429i-discovery/tick_blink
Piotr Esden-Tempski ddd5d5a918 [copyright] Updated copyright credits on some newly added files.
We need to go through all the examples and make sure we credit them
accordingly.
2015-01-15 17:09:30 -08:00
..

------------------------------------------------------------------------------
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>