cirosantilli/rpi-pico-w/upython/led_off.py

rpi-pico-w/upython/led_off.py
import machine
led = machine.Pin('LED', machine.Pin.OUT)
led.off()