micropython-IMU / micropython-mpu9x50

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

please #28

Closed circlezk closed 2 months ago

circlezk commented 3 months 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 3 months 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 2 months ago

Closed due to inactivity.