|
I am trying to test align servo and get the following error:
root@raspberrypi:/home/pi/rasparm/server# ./server.py
Traceback (most recent call last):
File "./server.py", line 28, in <module>
sensor = mpu6050(0x68)
File "/usr/local/lib/python3.7/dist-packages/mpu6050/mpu6050.py", line 60, in __init__
self.bus.write_byte_data(self.address, self.PWR_MGMT_1, 0x00)
OSError: [Errno 121] Remote I/O error |
|