We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 025ddf2 commit 5c68552Copy full SHA for 5c68552
CircuitPython_Templates/cap_touch_pin_script/code.py
@@ -80,7 +80,7 @@ def get_pin_names():
80
"pulldown" in error_message # If the ValueError is regarding needing a pulldown...
81
):
82
print(
83
- "Touch (no pulldown) on:", str(possible_touch_pin).replace("board.", "")
+ "Touch on:", str(possible_touch_pin).replace("board.", "")
84
)
85
else:
86
print("No touch on:", str(possible_touch_pin).replace("board.", ""))
0 commit comments