from machine import Pin
from utime import sleep
print("Blinking LED")
led = Pin(05,Pin.OUT)
while True:
    led.toggle()
    sleep(0.2)
BOOTSELLED1239USBRaspberryPiPico©2020RP2-8020/21P64M15.00TTT