micropython-IMU / micropython-mpu9x50

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

please #28

Closed circlezk closed 1 week ago

circlezk commented 1 month ago

Traceback (most recent call last): File "", line 22, in File "mpu9250.py", line 19, in init
File "imu.py", line 174, in init
TypeError: can't convert str to int

peterhinch commented 1 month ago

The line numbers in your traceback do not match the published code. See, for example, mpu9250.py line 19 which is part of the licence text.

Please ensure you are running the published code.

peterhinch commented 1 week ago

Closed due to inactivity.