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