README tweaks

This commit is contained in:
Andrew Scheller 2022-03-23 15:16:39 +00:00 committed by GitHub
parent e35954f514
commit 2dae3c5f40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# 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 Trading, which forms part of the technical documentation in support of Raspberry Pi Pico and the MicroPython port to RP2040.
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).