Test your Raspberry Pi Pico

construction

Test your Raspberry Pi Pico

construction

Switch the on board LED on and off

The onboard LED is on.
The onboard LED is off.

sort Code


play_circle stop_circle
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.