Skip to content

Update URLs from .org to .com #41

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 22, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MicroPython Examples

Examples to accompany the "[Raspberry Pi Pico Python SDK](https://datasheets.raspberrypi.org/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 Trading, which forms part of the technical documentation 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).

Expand Down
2 changes: 1 addition & 1 deletion i2c/1106oled/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ sh1106.py:: SH1106 Driver Obtained from https://github.com/robert-hh/SH1106
|===
| *Item* | *Quantity* | Details
| Breadboard | 1 | generic part
| Raspberry Pi Pico | 1 | http://raspberrypi.org/
| Raspberry Pi Pico | 1 | https://www.raspberrypi.com/products/raspberry-pi-pico/
| Monochrome 128x128 I2C OLED Display | 1 | https://shop.pimoroni.com/products/1-12-oled-breakout?variant=29421050757203
|===
2 changes: 1 addition & 1 deletion i2c/1306oled/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ i2c_1306oled_with_freq.py:: The example code, explicitly sets a frequency.
|===
| *Item* | *Quantity* | Details
| Breadboard | 1 | generic part
| Raspberry Pi Pico | 1 | http://raspberrypi.org/
| Raspberry Pi Pico | 1 | https://www.raspberrypi.com/products/raspberry-pi-pico/
| Monochrome 128x32 I2C OLED Display | 1 | https://www.adafruit.com/product/931
|===
2 changes: 1 addition & 1 deletion pio/neopixel_ring/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ neopixel_ring.py:: The example code.
|===
| *Item* | *Quantity* | Details
| Breadboard | 1 | generic part
| Raspberry Pi Pico | 1 | http://raspberrypi.org/
| Raspberry Pi Pico | 1 | https://www.raspberrypi.com/products/raspberry-pi-pico/
| NeoPixel Ring | 1 | https://www.adafruit.com/product/1463
|===
2 changes: 1 addition & 1 deletion uart/loopback/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ uart.py:: The example code.
|===
| *Item* | *Quantity* | Details
| Breadboard | 1 | generic part
| Raspberry Pi Pico | 1 | http://raspberrypi.org/
| Raspberry Pi Pico | 1 | https://www.raspberrypi.com/products/raspberry-pi-pico/
|===