aboutsummaryrefslogtreecommitdiffstats
path: root/testex/STM32/STM32F4xx/SPI-LIS302DL/readme.txt
diff options
context:
space:
mode:
authorRocco Marco Guglielmi <roccomarco.guglielmi@gmail.com>2018-03-11 14:47:29 +0000
committerRocco Marco Guglielmi <roccomarco.guglielmi@gmail.com>2018-03-11 14:47:29 +0000
commit6fe823352bef37a3dedd6b080de2cbab13d4d33a (patch)
tree3d37ab59f5b01e68f5f0d1995b3377b7c2f043f9 /testex/STM32/STM32F4xx/SPI-LIS302DL/readme.txt
parent77bc8a09092e43d1dab48e4c9b666b770bc9fea1 (diff)
downloadChibiOS-6fe823352bef37a3dedd6b080de2cbab13d4d33a.tar.gz
ChibiOS-6fe823352bef37a3dedd6b080de2cbab13d4d33a.tar.bz2
ChibiOS-6fe823352bef37a3dedd6b080de2cbab13d4d33a.zip
Updated LIS302DL driver
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11702 110e8d01-0319-4d1e-a829-52ad28d1bb01
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 **