aboutsummaryrefslogtreecommitdiff
path: root/lib/chibios/testex/STM32/STM32F4xx/I2C-HTS221/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chibios/testex/STM32/STM32F4xx/I2C-HTS221/readme.txt')
-rw-r--r--lib/chibios/testex/STM32/STM32F4xx/I2C-HTS221/readme.txt32
1 files changed, 32 insertions, 0 deletions
diff --git a/lib/chibios/testex/STM32/STM32F4xx/I2C-HTS221/readme.txt b/lib/chibios/testex/STM32/STM32F4xx/I2C-HTS221/readme.txt
new file mode 100644
index 000000000..203556682
--- /dev/null
+++ b/lib/chibios/testex/STM32/STM32F4xx/I2C-HTS221/readme.txt
@@ -0,0 +1,32 @@
1*****************************************************************************
2** ChibiOS/HAL + ChibiOS/EX - I2C + HTS221 demo for STM32F4xx. **
3*****************************************************************************
4
5** TARGET **
6
7The demo runs on an STM32 Nucleo64-F401RE board. It has been tested with both
8X-NUCLEO-IKS01A1 and X-NUCLEO-IKS01A2 shield.
9
10** The Demo **
11
12The application demonstrates the use of the STM32F4xx I2C driver in order
13to acquire data from HTS221 using ChibiOS/EX.
14
15** Board Setup **
16
17None required.
18
19** Build Procedure **
20
21The demo has been tested using the free Codesourcery GCC-based toolchain
22and YAGARTO.
23Just modify the TRGT line in the makefile in order to use different GCC ports.
24
25** Notes **
26
27Some files used by the demo are not part of ChibiOS/RT but are copyright of
28ST Microelectronics and are licensed under a different license.
29Also note that not all the files present in the ST library are distributed
30with ChibiOS/RT, you can find the whole library on the ST web site:
31
32 http://www.st.com \ No newline at end of file