micropython-IMU / micropython-mpu9x50

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

Error while using imu.py on Pi Pico #21

Closed sahiljhawar closed 3 years ago

sahiljhawar commented 3 years ago

Traceback (most recent call last): File "<stdin>", line 2, in <module> File "mpu6050.py", line 84, in __init__ TypeError: can't convert str to int

peterhinch commented 3 years ago

File "mpu6050.py"

This repository does not contain such a file.

sahiljhawar commented 3 years ago

File "mpu6050.py"

This repository does not contain such a file.

Sorry, I opened the issue in a different repository. It was supposed to be on a different one.