Examples to accompany the "Raspberry Pi Pico Python SDK" book published by Raspberry Pi Trading,
Go to file
Andrew Scheller 44ea57fb42
Add link to examples in MicroPython repo
2021-05-03 14:23:33 +01:00
adc Update temperature.py 2021-01-26 12:56:38 -06:00
blink Initial Release 2021-01-20 10:52:33 -06:00
i2c sh1106.py: Change the pin selection in the example code. 2021-04-26 13:14:33 +02:00
irq Remove redundant linefeed 2021-02-22 15:42:29 +00:00
multicore Initial Release 2021-01-20 10:52:33 -06:00
pio Change a couple of PIO examples to run at 2000Hz 2021-03-13 18:02:03 +00:00
pwm Initial Release 2021-01-20 10:52:33 -06:00
spi Another sqi -> spi fix 2021-01-26 10:36:07 +00:00
uart/loopback Typos in UART example 2021-02-26 18:21:40 +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 Add link to examples in MicroPython repo 2021-05-03 14:23:33 +01:00

README.md

MicroPython Examples

Examples to accompany the "Raspberry Pi Pico Python SDK" book published by Raspberry Pi Trading, 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.