Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1002 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 1002 Bytes

MPU9250

C++ MPU9250 Driver for Arduino

The datasheet can be found here: http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=0CCgQFjAA&url=http%3A%2F%2Fwww.invensense.com%2Fmems%2Fgyro%2Fdocuments%2FRM-MPU-9250A-00.pdf&ei=OChOU_rpNMig8AGn7oC4Dg&usg=AFQjCNFbFLP9rQVhZPSQbAs0ga0QC4mRZw&bvm=bv.64764171,d.b2U

Reads accelerometer, gyroscopic and magnetic data in 3D giving 9 Degrees of Freedom.

Capibilities

To be documented

Disclaimer:

I was not expecting this much attention this early in developement honestly. Most of this code is incomplete and broken. This will change in the coming weeks but for now I just ask to be either patient, or fork it. Also, while I will now be reviewing the license agreement, the end result will both be allowed for private and public usage, just don't hold me to any commercial support. With this in mind I will glady accept pull requests fixes etc. as I do like to end up with good code.