A tiny multitalent: Raspberry Pico Pinout

The pinout of Pi Pico and Pico W are the same. Just the onboard LED has changed. See below.

from machine import Pin

Pin(25, Pin.OUT)
from machine import Pin

Pin("LED", Pin.OUT)

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.