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
The on board led on a pico w uses different coode.
import machine
led = machine.Pin(“LED”, machine.Pin.OUT)
led.off()
led.on()