#
from machine import Pin
from utime import sleep
print("Hola Python, Pi Pico!")
#led = Pin(0, Pin.OUT)
#while True:
# led.toggle()
# sleep(0.5)Loading
xiao-esp32-s3
xiao-esp32-s3
#
from machine import Pin
from utime import sleep
print("Hola Python, Pi Pico!")
#led = Pin(0, Pin.OUT)
#while True:
# led.toggle()
# sleep(0.5)