Examples to accompany the "Raspberry Pi Pico Python SDK" book published by Raspberry Pi Trading,
Go to file
7west f0f802ef85
UART example update and README
First attempt
2021-02-24 21:39:50 -05:00
adc Update temperature.py 2021-01-26 12:56:38 -06:00
blink
i2c
irq
multicore
pio Fix import in pio_spi.py 2021-02-04 11:46:43 +00:00
pwm
spi Another sqi -> spi fix 2021-01-26 10:36:07 +00:00
uart UART example update and README 2021-02-24 21:39:50 -05:00
.gitignore
LICENSE.txt Create LICENSE.txt 2021-01-25 15:19:23 +00:00
README.md Update README.md 2021-01-28 00:14:38 +00: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.

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.