Skip to content

Commit ebbbb74

Browse files
committed
Update error.
1 parent c488cd1 commit ebbbb74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_adxl37x.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def acceleration(self) -> Tuple[int, int, int]:
115115
@property
116116
def range(self) -> int:
117117
"""Range is fixed. Updating the range is not implemented."""
118-
return
118+
raise NotImplementedError("Range not implemented. ADXL375 is fixed at 200G.")
119119

120120
@range.setter
121121
def range(self, val: int) -> None:

0 commit comments

Comments
 (0)