git-svn-id: https://svn.code.sf.net/p/chibios/svn2/trunk@11642 110e8d01-0319-4d1e-a829-52ad28d1bb01

This commit is contained in:
Rocco Marco Guglielmi 2018-03-08 15:21:59 +00:00
parent 752e14e45e
commit d4ff2bd45d
1 changed files with 2 additions and 2 deletions

View File

@ -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 **