Examples to accompany the "Raspberry Pi Pico Python SDK" book published by Raspberry Pi Trading,
Go to file
nate contino 1dc8d73a08
Merge pull request #76 from raspberrypi/trim_whitespace
Trim trailing whitespace from example Micropython code
2024-08-16 16:24:01 +01:00
adc Trim trailing whitespace from example Micropython code 2024-08-16 16:17:18 +01:00
blink Updated to use Alias for LED supporting Pico W 2022-07-01 11:55:51 +01:00
bluetooth Trim trailing whitespace from example Micropython code 2024-08-16 16:17:18 +01:00
i2c Trim trailing whitespace from example Micropython code 2024-08-16 16:17:18 +01:00
irq Remove redundant linefeed 2021-02-22 15:42:29 +00:00
multicore Changed Pin 25 to "LED" 2023-02-28 11:59:47 +00:00
pio Trim trailing whitespace from example Micropython code 2024-08-16 16:17:18 +01:00
pwm Revert "LED" to Pin 25 2023-03-01 16:11:40 +00:00
spi Another sqi -> spi fix 2021-01-26 10:36:07 +00:00
uart/loopback Update URLs from .org to .com 2021-10-22 17:30:35 +01:00
wireless Revert "webserver.py: Change `Pin 15` to `Pin LED`" 2024-01-22 10:40:12 +00:00
.gitignore Initial Release 2021-01-20 10:52:33 -06:00
LICENSE.txt Create LICENSE.txt 2021-01-25 15:19:23 +00:00
README.md README tweaks 2022-03-23 15:16:39 +00:00

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.