periph / devices

Go·Hardware·Lean - Device drivers
https://periph.io
Apache License 2.0
83 stars 37 forks source link

Support MPU9250 over I2C #23

Open bryanjhv opened 2 years ago

bryanjhv commented 2 years ago

What kind of new feature are you looking for?

Do you plan to:

bezineb5 commented 2 years ago

I have an implementation of MPU9250 over I2C, with embedded AK8963 I2C magnetometer. However, it's not based upon the code of the existing MPU9250 driver, so I never submitted it (the interfaces are not compatible). I can share the code if still needed. @maruel Any interest in this MPU9250 I2C + AK8963? (the AK8963 is actually the magnetometer part of the MPU9250, exposed as a separate device on the I2C bus)

maruel commented 2 years ago

Sure!