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 906b88a commit 0d7939cCopy full SHA for 0d7939c
Feather_RP2350_Examples/CircuitPython_Digital_Input/code.py
@@ -16,4 +16,4 @@
16
if not button.value:
17
led.value = True
18
else:
19
- led.value = False
+ led.value = False
0 commit comments