From 0d7939c40197cda9b7c54fa0a543b8e83c94d7a1 Mon Sep 17 00:00:00 2001 From: Liz Date: Thu, 12 Sep 2024 15:35:59 -0400 Subject: [PATCH] lint --- Feather_RP2350_Examples/CircuitPython_Digital_Input/code.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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