diff --git a/Feather_RP2350_Examples/CircuitPython_Digital_Input/code.py b/Feather_RP2350_Examples/CircuitPython_Digital_Input/code.py index 7c2f8e6ba..d51f7cd94 100644 --- a/Feather_RP2350_Examples/CircuitPython_Digital_Input/code.py +++ b/Feather_RP2350_Examples/CircuitPython_Digital_Input/code.py @@ -16,4 +16,4 @@ while True: if not button.value: led.value = True else: - led.value = False \ No newline at end of file + led.value = False