This commit is contained in:
2025-05-04 16:33:50 -04:00
parent f74c87f485
commit 4d7370f53d

View File

@@ -12,7 +12,7 @@ from machine import Pin, SoftI2C, I2C
# An infinite loop thread to blink LED
def status_led():
# Blink pattern short-short-long
# Blink pattern short-short-pause
while True:
led.value(1)
time.sleep_ms(250)