diff --git a/adafruit_bno055.py b/adafruit_bno055.py index a32e9fe..97af7a8 100644 --- a/adafruit_bno055.py +++ b/adafruit_bno055.py @@ -91,7 +91,7 @@ class BNO055: Driver for the BNO055 9DOF IMU sensor. """ - temperature = _ReadOnlyUnaryStruct(0x34, 'B') + temperature = _ReadOnlyUnaryStruct(0x34, 'b') """Measures the temperature of the chip in degrees Celsius.""" accelerometer = _ScaledReadOnlyStruct(0x08, '