Skip to content

Commit 0d7939c

Browse files
committed
lint
1 parent 906b88a commit 0d7939c

File tree

1 file changed

+1
-1
lines changed
  • Feather_RP2350_Examples/CircuitPython_Digital_Input

1 file changed

+1
-1
lines changed

Feather_RP2350_Examples/CircuitPython_Digital_Input/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
if not button.value:
1717
led.value = True
1818
else:
19-
led.value = False
19+
led.value = False

0 commit comments

Comments
 (0)