Open bryanjhv opened 3 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)
Sure!
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: