-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathREADME
9 lines (7 loc) · 803 Bytes
/
README
1
2
3
4
5
6
7
8
==================================================================================
Note: for details about the I2Cdev project, please visit: http://www.i2cdevlib.com
for details about ChibiOS, please visit: http://www.chibios.org
==================================================================================
This is a partial conversion of the popular I2Cdev Arduino I2C library and MPU6050 sensor class to ChibiOS. Feel free to use it, but consider it as HIGHLY EXPERIMENTAL as this is the first release.
Function names are similar to Arduino, just replace MPU6050::function with MPUfunction in your code. Same for I2Cdev. Be aware that by removing classes the MPU6050 code isn't usable by multiple sensors, this will be changed in later releases.
Please report bugs or patches if needed.