Skip to content

Commit 11f6e7a

Browse files
committed
lib/lsm6ds3_STdC: import 3rd party library
This is used by IMU on Control+ hub
1 parent dc920ad commit 11f6e7a

File tree

6 files changed

+9452
-0
lines changed

6 files changed

+9452
-0
lines changed

3RD_PARTY_NOTICES.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,21 @@ subdirectories.
8080
- Conditions: License and copyright notice
8181
- Restrictions: Liability, warranty
8282

83+
84+
### STMems_Standard_C_drivers
85+
86+
**path**: `lib/lsm6ds3tr_c_STdC/`
87+
88+
**origin**: Git commit 5a189f9ccb81615c87d9ad2fb0f394cffb5853d6
89+
90+
**url**: https://github.com/STMicroelectronics/STMems_Standard_C_drivers
91+
92+
**terms**:
93+
- License: BSD-3-Clause
94+
- Permissions: Commercial use, distribution, modification, private use
95+
- Conditions: License and copyright notice
96+
- Restrictions: Liability, warranty
97+
8398
---
8499

85100
Explanation of license terms can be found at <https://choosealicense.com/appendix/>.

lib/lsm6ds3tr_c_STdC/README.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
2+
In the 'driver' folder there are the driver files of Mems Sensor (.h and .c)
3+
to be included in your project.
4+
5+
Driver documentation can be generate using Doxigen tool.
6+
7+
The driver is platform independent, you need only to complete the two functions
8+
for write and read from Mems Hardware Bus.
9+
10+
The files (.c) in 'example' folder, are examples showing how to integrate
11+
the Standard C driver in a project. They are written for STM32
12+
Microcontroller using CubeMX API, but you can use it as a guideline for
13+
every hardware.
14+
15+
www.st.com/mems
16+
17+
LSM6DS3TR-C DS rev3.0

0 commit comments

Comments
 (0)