import machine, time

LED = machine.Pin(25, machine.Pin.OUT)

while True:
  LED.value(1)
  time.sleep_ms(500)
  LED.value(0)
  time.sleep_ms(500)
BOOTSELLED1239USBRaspberryPiPico©2020RP2-8020/21P64M15.00TTT