Skip to content

fixing typo regarding tap threshold #23

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 24, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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