aboutsummaryrefslogtreecommitdiffstats
path: root/testex/STM32/STM32F4xx/SPI-LIS302DL/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'testex/STM32/STM32F4xx/SPI-LIS302DL/readme.txt')
-rw-r--r--testex/STM32/STM32F4xx/SPI-LIS302DL/readme.txt10
1 files changed, 7 insertions, 3 deletions
diff --git a/testex/STM32/STM32F4xx/SPI-LIS302DL/readme.txt b/testex/STM32/STM32F4xx/SPI-LIS302DL/readme.txt
index 11e515e07..3a02b8d69 100644
--- a/testex/STM32/STM32F4xx/SPI-LIS302DL/readme.txt
+++ b/testex/STM32/STM32F4xx/SPI-LIS302DL/readme.txt
@@ -4,12 +4,16 @@
** TARGET **
-The demo runs on an STM32F407 Discovery board rev MB997B.
+The demo runs on an STM32F407 Discovery board REV B or previous.
** The Demo **
-The demo flashes the board LED using a thread, read data from LIS302DL printing
-it on a BaseSequentialStream (SDU1, mapped on USB virtual COM port).
+The application demonstrates the use of the STM32F4xx SPI driver in order
+to acquire data from LIS302L using ChibiOS/EX.
+
+** Board Setup **
+
+None required.
** Build Procedure **