from machine import Pin
import time
pin=Pin(22, Pin.OUT)
while True:
    pin.value(1)
    time.sleep_ms(18)
    pin.value(0)
    time.sleep_ms(18)
    
BOOTSELLED1239USBRaspberryPiPico©2020RP2-8020/21P64M15.00TTT