[stm32f429i-discovery] Added tick blink example.

This commit is contained in:
Piotr Esden-Tempski
2015-01-14 18:28:00 -08:00
parent 25d924f699
commit 50b3522e7a
3 changed files with 130 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
------------------------------------------------------------------------------
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>