Skip to content

Commit 96cbf64

Browse files
authored
Fix temp format
1 parent d783bed commit 96cbf64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_lsm6ds/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ class LSM6DS: # pylint: disable=too-many-instance-attributes
174174
# Structs
175175
_raw_accel_data = Struct(_LSM6DS_OUTX_L_A, "<hhh")
176176
_raw_gyro_data = Struct(_LSM6DS_OUTX_L_G, "<hhh")
177-
_raw_temp_data = Struct(_LSM6DS_OUT_TEMP_L, "<hh")
177+
_raw_temp_data = Struct(_LSM6DS_OUT_TEMP_L, "<bb")
178178

179179
# RWBits:
180180

0 commit comments

Comments
 (0)