This commit is contained in:
2025-05-04 16:33:45 -04:00
parent 6bdd25d210
commit f74c87f485

View File

@@ -10,7 +10,9 @@ _ESP32-S3 Module embeded on Arduino Uno board_
import esp, esp32, time, os, _thread
from machine import Pin, SoftI2C, I2C
# An infinite loop thread to blink LED
def status_led():
# Blink pattern short-short-long
while True:
led.value(1)
time.sleep_ms(250)