From 546b970254f01800e8c4a7e2509ce1df0a1493ae Mon Sep 17 00:00:00 2001 From: saru Date: Sun, 2 Feb 2025 01:17:55 -0600 Subject: [PATCH] this is annoying --- lightshow/blink.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightshow/blink.py b/lightshow/blink.py index 422550e..37455c4 100644 --- a/lightshow/blink.py +++ b/lightshow/blink.py @@ -1,6 +1,6 @@ import machine, neopixel, time -# defines `np`, pin the led is on = 16, number of leds = 1 +# pin the led is on = 16, number of leds = 1 np = neopixel.NeoPixel(machine.Pin(16), 1) diddlydoobalobby = 1