Examples to accompany the "Raspberry Pi Pico Python SDK" book published by Raspberry Pi Trading,
Go to file
Alasdair Allan 873ab46394 Added UART example https://github.com/raspberrypi/pico-micropython-examples/issues/19#issuecomment-783668548 2021-02-23 09:43:04 +00:00
adc
blink
i2c
irq
multicore
pio Updated wiring diagram to use VBUS, see Github Issue #2 2021-01-25 14:05:45 +00:00
pwm
spi Another sqi -> spi fix 2021-01-26 10:36:07 +00:00
uart Added UART example https://github.com/raspberrypi/pico-micropython-examples/issues/19#issuecomment-783668548 2021-02-23 09:43:04 +00:00
.gitignore
LICENSE.txt Create LICENSE.txt 2021-01-25 15:19:23 +00:00
README.md Update README.md 2021-01-25 15:22:48 +00:00

README.md

MicroPython Examples

Examples to accompany the "Raspberry Pi Pico Python SDK" book.

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.