We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eaaac8 commit dbfa322Copy full SHA for dbfa322
examples/circuitplayground_touch_all.py
@@ -27,7 +27,7 @@
27
print("Touchpads currently registering a touch:")
28
print(current_touched)
29
else:
30
- print("No touchpads are currently regustering a touch.")
+ print("No touchpads are currently registering a touch.")
31
32
if all(pad in current_touched for pad in (board.A2, board.A3, board.A4)):
33
print("This only prints when A2, A3, and A4 are being held at the same time!")
0 commit comments