You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hardware: Support MPU9250 over I2C, currently only implementation uses SPI which is fine but many mixed chips like the GY-91 expose it as I2C. Another option would be to make mpu9250.Proto interface with public methods so one can provide an implementation for it (like SpiTransport does).
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)
What kind of new feature are you looking for?
mpu9250.Proto
interface with public methods so one can provide an implementation for it (likeSpiTransport
does).Do you plan to:
The text was updated successfully, but these errors were encountered: