From 6f32648a1c2edd4d7cdc50713f1beb2cb2c0ad55 Mon Sep 17 00:00:00 2001 From: Obie Hinojosa Date: Thu, 3 Jul 2025 22:00:10 -0500 Subject: [PATCH] test commit --- lightshow/blink_rgb.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lightshow/blink_rgb.py b/lightshow/blink_rgb.py index f1ae821..25b1aef 100644 --- a/lightshow/blink_rgb.py +++ b/lightshow/blink_rgb.py @@ -3,6 +3,8 @@ import machine, neopixel, time # defines `np`, pin the led is on = 16, number of leds = 1 np = neopixel.NeoPixel(machine.Pin(16), 1) +# comment so i can test commit auth + diddlydoobalooby = 1 while diddlydoobalooby > 0: np[0] = (75, 0, 0)