This commit is contained in:
2025-05-04 16:35:55 -04:00
parent 98cf7b84f2
commit 3007cda596

View File

@@ -10,7 +10,7 @@ _ESP32-S3 Module embeded on Arduino Uno board_
### Micropython LED Blinky Code
``` python
import esp, esp32, time, os, _thread
from machine import Pin, SoftI2C, I2C
from machine import Pin, SoftI2C
# An infinite loop thread to blink LED
def status_led():