test commit

This commit is contained in:
Obie Hinojosa 2025-07-03 22:00:10 -05:00
parent f0dcb65573
commit 6f32648a1c

View File

@ -3,6 +3,8 @@ import machine, neopixel, time
# defines `np`, pin the led is on = 16, number of leds = 1 # defines `np`, pin the led is on = 16, number of leds = 1
np = neopixel.NeoPixel(machine.Pin(16), 1) np = neopixel.NeoPixel(machine.Pin(16), 1)
# comment so i can test commit auth
diddlydoobalooby = 1 diddlydoobalooby = 1
while diddlydoobalooby > 0: while diddlydoobalooby > 0:
np[0] = (75, 0, 0) np[0] = (75, 0, 0)