Skip to content

Commit f9e9ee5

Browse files
adxl355: Set _rx_data_type to 32-bits
Signed-off-by: Mark Thoren <mark.thoren@analog.com>
1 parent 118cb01 commit f9e9ee5

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)