aboutsummaryrefslogtreecommitdiffstats
path: root/testex
diff options
context:
space:
mode:
authorRocco Marco Guglielmi <roccomarco.guglielmi@gmail.com>2018-03-08 15:21:59 +0000
committerRocco Marco Guglielmi <roccomarco.guglielmi@gmail.com>2018-03-08 15:21:59 +0000
commitd4ff2bd45d11ac93cbfad327f02c088aae549241 (patch)
tree88759a4090803f8247d4decdde18c1eb9a62691a /testex
parent752e14e45e646a111e00f7731004ea5bdbf7c122 (diff)
downloadChibiOS-d4ff2bd45d11ac93cbfad327f02c088aae549241.tar.gz
ChibiOS-d4ff2bd45d11ac93cbfad327f02c088aae549241.tar.bz2
ChibiOS-d4ff2bd45d11ac93cbfad327f02c088aae549241.zip
git-svn-id: https://svn.code.sf.net/p/chibios/svn2/trunk@11642 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'testex')
-rw-r--r--testex/STM32/STM32F3xx/I2C-LSM303DLHC/readme.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/testex/STM32/STM32F3xx/I2C-LSM303DLHC/readme.txt b/testex/STM32/STM32F3xx/I2C-LSM303DLHC/readme.txt
index a8e89bca9..e8b2303d7 100644
--- a/testex/STM32/STM32F3xx/I2C-LSM303DLHC/readme.txt
+++ b/testex/STM32/STM32F3xx/I2C-LSM303DLHC/readme.txt
@@ -1,5 +1,5 @@
*****************************************************************************
-** ChibiOS/HAL - USB-CDC driver demo for STM32F3xx. **
+** ChibiOS/HAL + ChibiOS/EX - I2C + LSM303DLHC demo for STM32F3xx. **
*****************************************************************************
** TARGET **
@@ -8,7 +8,7 @@ The demo runs on an ST STM32F3-Discovery board.
** The Demo **
-The application demonstrates the use of the STM32F3xx USB driver.
+The demo prints LSM303DLHC data on the SD1 BaseSequentialStream.
** Build Procedure **