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
I was developing a device using this framework, but it started showing the following error and I don't know how to proceed.
Traceback (most recent call last):
File "code.py", line 140, in
File "adafruit_mpu6050.py", line 270, in acceleration
File "adafruit_register/i2c_struct_array.py", line 63, in getitem
OSError: [Errno 19] No such device
Can anyone help me with this ?
The text was updated successfully, but these errors were encountered:
I was developing a device using this framework, but it started showing the following error and I don't know how to proceed.
Traceback (most recent call last):

File "code.py", line 140, in
File "adafruit_mpu6050.py", line 270, in acceleration
File "adafruit_register/i2c_struct_array.py", line 63, in getitem
OSError: [Errno 19] No such device
Can anyone help me with this ?
The text was updated successfully, but these errors were encountered: