from machine import Pin
import time
onboard=Pin(25,Pin.OUT)
external=Pin(15,Pin.OUT)
while True:
    onboard.value(1)
    external.value(1)
    time.sleep(5)
    onboard.value(0)
    external.value(0)
    time.sleep(5)
BOOTSELLED1239USBRaspberryPiPico©2020RP2-8020/21P64M15.00TTT