From 6fe823352bef37a3dedd6b080de2cbab13d4d33a Mon Sep 17 00:00:00 2001 From: Rocco Marco Guglielmi Date: Sun, 11 Mar 2018 14:47:29 +0000 Subject: Updated LIS302DL driver git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11702 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- testex/STM32/STM32F4xx/SPI-LIS302DL/readme.txt | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'testex/STM32/STM32F4xx/SPI-LIS302DL/readme.txt') 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 ** -- cgit v1.2.3