@@ -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():
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.