[README] Renamed all readme files to indicate markup format.
This commit is contained in:
14
examples/stm32/f4/stm32f429i-discovery/tick_blink/README.md
Normal file
14
examples/stm32/f4/stm32f429i-discovery/tick_blink/README.md
Normal 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>
|
||||
Reference in New Issue
Block a user