We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a5796c + 22afa8e commit 3a6a522Copy full SHA for 3a6a522
adafruit_adxl34x.py
@@ -311,8 +311,8 @@ def enable_tap_detection(
311
:param int tap_count: 1 to detect only single taps, and 2 to detect only double taps.
312
313
: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.
+ The higher the value the less sensitive the detection.
+
316
317
:param int duration: This caps the duration of the impulse above ``threshhold``.\
318
Anything above ``duration`` won't register as a tap. The scale factor is 625 µs/LSB
0 commit comments