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.
2 parents 025ddf2 + 5c68552 commit 2fbba95Copy full SHA for 2fbba95
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