-
Notifications
You must be signed in to change notification settings - Fork 11
Add MPU-9255 driver for I2c interface #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
@bruceme Great, take your time! |
| //#define MPU9150_69 // MPU9150 at address 0x69 | ||
| //#define MPU9250_68 // MPU9250 at address 0x68 | ||
| //#define MPU9250_69 // MPU9250 at address 0x69 | ||
| #define MPU9255_68 // MPU9255 at address 0x68 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't want this to break mine when I pull it, otherwise I'm good with this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok no problems, perfect!
|
I thought this was a RTIMU fork I was admin of, I'm not... but it looks good and it should get merged. I'm going to merge this to my fork here; https://github.com/avpripri/RTIMULib2 |
|
@bruceme Oh :) Please feel free to do so! |
Add driver for MPU-9255 with I2c interface based on the driver here: https://github.com/Nick-Currawong/RTIMULib2