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
On imu.py line 184: return bytes_toint(self.buf2[0], self.buf2[1]) / 340 + 35 # I think
Whereas MPU-6000 and MPU-6050 Register Map and Descriptions Revision 4.2 shows:
Temperature in degrees C = (TEMP_OUT Register Value as a signed quantity)/340 + 36.53
The text was updated successfully, but these errors were encountered:
On imu.py line 184:
return bytes_toint(self.buf2[0], self.buf2[1]) / 340 + 35 # I think
Whereas MPU-6000 and MPU-6050 Register Map and Descriptions Revision 4.2 shows:
The text was updated successfully, but these errors were encountered: