Skip to content

Commit fba4b47

Browse files
committed
Add comment.
1 parent aebc098 commit fba4b47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/circuitplayground_tapdetect.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""This example prints to the serial console when the board is double-tapped."""
22
from adafruit_circuitplayground import cp
33

4+
# Change to 1 for single-tap detection.
45
cp.detect_taps = 2
56

67
while True:

0 commit comments

Comments
 (0)