Skip to content

Commit 7844e9d

Browse files
authored
Merge pull request #673 from thorenscientific/fix_adxl355_rx_data_type
Set _rx_data_type to 32-bits
2 parents e053f9d + f9e9ee5 commit 7844e9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adi/adxl355.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ class adxl355(rx, context_manager, attribute):
1717
_device_name = "adxl355"
1818
_rx_unbuffered_data = True
1919
_rx_data_si_type = float
20+
_rx_data_type = np.int32
2021

2122
def __init__(self, uri=""):
2223

0 commit comments

Comments
 (0)