diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-07-27 20:55:04 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-07-27 20:55:04 +0000 |
commit | 293f9d708b5463fd84a5b724c00ce30b63e8e0b4 (patch) | |
tree | 025d3715378e1027524877b383373a21efcc2be7 /testhal/STM32/STM32F4xx/SPI-LIS302DL/readme.txt | |
parent | 4f6a6abcfcc34760fd84fe6e47375ec2d45f0946 (diff) | |
download | ChibiOS-293f9d708b5463fd84a5b724c00ce30b63e8e0b4.tar.gz ChibiOS-293f9d708b5463fd84a5b724c00ce30b63e8e0b4.tar.bz2 ChibiOS-293f9d708b5463fd84a5b724c00ce30b63e8e0b4.zip |
UpdatedEX: LIS302DL driver updated to v1.0.0
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9724 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32F4xx/SPI-LIS302DL/readme.txt')
-rw-r--r-- | testhal/STM32/STM32F4xx/SPI-LIS302DL/readme.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F4xx/SPI-LIS302DL/readme.txt b/testhal/STM32/STM32F4xx/SPI-LIS302DL/readme.txt index 354fff29a..11e515e07 100644 --- a/testhal/STM32/STM32F4xx/SPI-LIS302DL/readme.txt +++ b/testhal/STM32/STM32F4xx/SPI-LIS302DL/readme.txt @@ -8,7 +8,7 @@ The demo runs on an STM32F407 Discovery board rev MB997B. ** The Demo **
-The demo flashes the board LED using a thread, read data from LIS302L printing
+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).
** Build Procedure **
|