Examples to accompany the "Raspberry Pi Pico Python SDK" book published by Raspberry Pi Trading,
Go to file
andrum99 2e98e08de6
README.md: correct book name and link to it
Plus minor grammar fixups.
2021-01-27 23:53:56 +00:00
adc Initial Release 2021-01-20 10:52:33 -06:00
blink Initial Release 2021-01-20 10:52:33 -06:00
i2c Initial Release 2021-01-20 10:52:33 -06:00
irq Initial Release 2021-01-20 10:52:33 -06:00
multicore Initial Release 2021-01-20 10:52:33 -06:00
pio Updated wiring diagram to use VBUS, see Github Issue #2 2021-01-25 14:05:45 +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
.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.md: correct book name and link to it 2021-01-27 23:53:56 +00:00

README.md

MicroPython examples

Examples to accompany the Get Started with MicroPython on Raspberry Pi Pico 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.