From 22afa8e82ec054cbab703b894c5fbf84749b5dbd Mon Sep 17 00:00:00 2001 From: siddacious Date: Fri, 24 Apr 2020 12:25:09 -0700 Subject: [PATCH] fixing typo regarding tap threshold --- adafruit_adxl34x.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/adafruit_adxl34x.py b/adafruit_adxl34x.py index a3b5c85..caa567c 100755 --- a/adafruit_adxl34x.py +++ b/adafruit_adxl34x.py @@ -311,8 +311,8 @@ def enable_tap_detection( :param int tap_count: 1 to detect only single taps, and 2 to detect only double taps. :param int threshold: A threshold for the tap detection. The scale factor is 62.5 mg/LSB\ - The higher the value the less sensitive the detection. This changes based on the\ - accelerometer range. + The higher the value the less sensitive the detection. + :param int duration: This caps the duration of the impulse above ``threshhold``.\ Anything above ``duration`` won't register as a tap. The scale factor is 625 µs/LSB