We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My bus address is 0x68 same as MPU9250.py
self.mpu9250 = FaBo9Axis_MPU9250.MPU9250() File "/home/pi/.local/lib/python3.7/site-packages/FaBo9Axis_MPU9250/MPU9250.py", line 103, in init self.configMPU9250(GFS_250, AFS_2G) File "/home/pi/.local/lib/python3.7/site-packages/FaBo9Axis_MPU9250/MPU9250.py", line 141, in configMPU9250 bus.write_byte_data(self.address, PWR_MGMT_1, 0x00) OSError: [Errno 121] Remote I/O error
The text was updated successfully, but these errors were encountered:
No branches or pull requests
My bus address is 0x68 same as MPU9250.py
self.mpu9250 = FaBo9Axis_MPU9250.MPU9250()
File "/home/pi/.local/lib/python3.7/site-packages/FaBo9Axis_MPU9250/MPU9250.py", line 103, in init
self.configMPU9250(GFS_250, AFS_2G)
File "/home/pi/.local/lib/python3.7/site-packages/FaBo9Axis_MPU9250/MPU9250.py", line 141, in configMPU9250
bus.write_byte_data(self.address, PWR_MGMT_1, 0x00)
OSError: [Errno 121] Remote I/O error
The text was updated successfully, but these errors were encountered: