We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The onboard LED is not tied to GPIO 25 on the new Pico W so the example code in blink.py doesn't work.
Replacing the initialisation with: led = Pin("LED", Pin.OUT)
..works using an alias and is portable (for recent firmwares) between Pico and Pico W