micropython-IMU / micropython-mpu9x50

Drivers for InvenSense inertial measurement units MPU9250, MPU9150, MPU6050
MIT License
260 stars 82 forks source link

Fix bad chip ID error when using MPU9250 class with MPU9255 sensor #26

Closed jonathanfoster closed 2 years ago

jonathanfoster commented 2 years ago

This PR resolves issue https://github.com/micropython-IMU/micropython-mpu9x50/issues/25.

peterhinch commented 2 years ago

Thank you.