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
MPU9250 can have one of two I2C addresses: 0x68 or 0x69. That way you can use two MPUs on one I2C bus.
As far as I know, SPI doesn't have anything similar.
Is it possible to add this feature, given that the crate is built around SPI?
MPU9250 can have one of two I2C addresses:
0x68or0x69. That way you can use two MPUs on one I2C bus.As far as I know, SPI doesn't have anything similar.
Is it possible to add this feature, given that the crate is built around SPI?