Switch the on board LED on and off


sort Code
from picozero import pico_led
from time import sleep
pico_led.on()
sleep(1)
pico_led.off()
bug_report The LED doesn't light
Check your code matches the example.
Make sure you are using a data USB cable.
bug_report I don’t see play_circle play
1. Click
stop_circle
2. Click MicroPython (Raspberry Pi Pico).
3. Unplug then reconnect your USB cable.