Examples to accompany the "Raspberry Pi Pico Python SDK" book published by Raspberry Pi Trading,
Go to file
Andrew Scheller f24e6f9d44
Update webserver.py example
Add links to the rendered webpage to make it easier to urn the LED on and off
2025-03-18 13:58:38 +00:00
adc
blink
bluetooth
i2c
irq
multicore
pio
pwm
spi
uart/loopback
wireless Update webserver.py example 2025-03-18 13:58:38 +00:00
.gitignore
LICENSE.txt
README.md

README.md

MicroPython Examples

Examples to accompany the "Raspberry Pi Pico Python SDK" book published by Raspberry Pi Ltd, which forms part of the technical documentation in support of Raspberry Pi Pico and the MicroPython port to RP2040.

Note: There are also additional examples for the RP2040 port of MicroPython here in the upstream MicroPython repo.

Contributions

While we welcome pull requests to contribute further example code, please do not link to personal sites or to your social media. Contributions which are fully documented with an AsciiDoc description and a Fritzing wiring diagram, e.g. see the NeoPixel Ring example, stand more chance of inclusion.

Our example code is under the BSD-3-Clause License: any contributions must be under the same license.