import machine
led = machine.Pin(1, machine.Pin.OUT)
led.high()
Loading
pi-pico-w