Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raspberrypi/pico-micropython-examples
Examples to accompany the "Raspberry Pi Pico Python SDK" book.
https://github.com/raspberrypi/pico-micropython-examples
raspberry-pi raspberry-pi-pico
Last synced: 2 days ago
JSON representation
Examples to accompany the "Raspberry Pi Pico Python SDK" book.
- Host: GitHub
- URL: https://github.com/raspberrypi/pico-micropython-examples
- Owner: raspberrypi
- License: bsd-3-clause
- Created: 2021-01-20T17:31:13.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-16T15:24:04.000Z (6 months ago)
- Last Synced: 2025-01-24T01:16:57.073Z (9 days ago)
- Topics: raspberry-pi, raspberry-pi-pico
- Language: Python
- Homepage:
- Size: 1.05 MB
- Stars: 1,023
- Watchers: 60
- Forks: 229
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-raspberrypipico - Pico MicroPython Examples - Raspberry Pi Pico MicroPython examples. (Software/Tools)
README
# MicroPython Examples
Examples to accompany the "[Raspberry Pi Pico Python SDK](https://datasheets.raspberrypi.com/pico/raspberry-pi-pico-python-sdk.pdf)" book published by Raspberry Pi Ltd, which forms part of the [technical documentation](https://www.raspberrypi.com/documentation/microcontrollers/) 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](https://github.com/micropython/micropython/tree/master/examples/rp2) in the upstream [MicroPython repo](https://github.com/micropython/micropython).
## 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](https://github.com/raspberrypi/pico-micropython-examples/tree/master/pio/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.