Skip to content

Commit 3a6a522

Browse files
authored
Merge pull request #23 from adafruit/tap_typo
fixing typo regarding tap threshold
2 parents 1a5796c + 22afa8e commit 3a6a522

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adafruit_adxl34x.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,8 @@ def enable_tap_detection(
311311
:param int tap_count: 1 to detect only single taps, and 2 to detect only double taps.
312312
313313
:param int threshold: A threshold for the tap detection. The scale factor is 62.5 mg/LSB\
314-
The higher the value the less sensitive the detection. This changes based on the\
315-
accelerometer range.
314+
The higher the value the less sensitive the detection.
315+
316316
317317
:param int duration: This caps the duration of the impulse above ``threshhold``.\
318318
Anything above ``duration`` won't register as a tap. The scale factor is 625 µs/LSB

0 commit comments

Comments
 (0)