Skip to content

Commit 809a084

Browse files
committed
Added more explanation
1 parent f1626cd commit 809a084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_circuitplayground/circuit_playground_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def detect_taps(self):
162162
@detect_taps.setter
163163
def detect_taps(self, value):
164164
self._detect_taps = value
165-
if hasattr(board, "A0"): # If we're on a CPX or CPC
165+
if hasattr(board, "A0"): # If we're on a CPX or CPC, use a higher tap threshold
166166
if value == 1:
167167
self._lis3dh.set_tap(
168168
value, 90, time_limit=4, time_latency=50, time_window=255

0 commit comments

Comments
 (0)