from machine import Pin
import utime

led = Pin(25,Pin.OUT)
while True:
    led.toggle()
    utime.sleep(0.5)




BOOTSELLED1239USBRaspberryPiPico©2020RP2-8020/21P64M15.00TTT