Skip to content

Commit

Permalink
Merge pull request #23 from adafruit/tap_typo
Browse files Browse the repository at this point in the history
fixing typo regarding tap threshold
  • Loading branch information
siddacious authored Apr 24, 2020
2 parents 1a5796c + 22afa8e commit 3a6a522
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adafruit_adxl34x.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3a6a522

Please sign in to comment.