Plasma Stick 2040 W - on board led and button

The on board led on a pico w uses different coode.
import machine
led = machine.Pin(“LED”, machine.Pin.OUT)
led.off()
led.on()

1 Like