Skip to content

Commit bbf4151

Browse files
committed
Update URLs from .org to .com
1 parent bc53b07 commit bbf4151

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MicroPython Examples
22

3-
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.
3+
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.
44

55
**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).
66

i2c/1106oled/README.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ sh1106.py:: SH1106 Driver Obtained from https://github.com/robert-hh/SH1106
3030
|===
3131
| *Item* | *Quantity* | Details
3232
| Breadboard | 1 | generic part
33-
| Raspberry Pi Pico | 1 | http://raspberrypi.org/
33+
| Raspberry Pi Pico | 1 | https://www.raspberrypi.com/products/raspberry-pi-pico/
3434
| Monochrome 128x128 I2C OLED Display | 1 | https://shop.pimoroni.com/products/1-12-oled-breakout?variant=29421050757203
3535
|===

i2c/1306oled/README.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ i2c_1306oled_with_freq.py:: The example code, explicitly sets a frequency.
2727
|===
2828
| *Item* | *Quantity* | Details
2929
| Breadboard | 1 | generic part
30-
| Raspberry Pi Pico | 1 | http://raspberrypi.org/
30+
| Raspberry Pi Pico | 1 | https://www.raspberrypi.com/products/raspberry-pi-pico/
3131
| Monochrome 128x32 I2C OLED Display | 1 | https://www.adafruit.com/product/931
3232
|===

pio/neopixel_ring/README.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ neopixel_ring.py:: The example code.
2626
|===
2727
| *Item* | *Quantity* | Details
2828
| Breadboard | 1 | generic part
29-
| Raspberry Pi Pico | 1 | http://raspberrypi.org/
29+
| Raspberry Pi Pico | 1 | https://www.raspberrypi.com/products/raspberry-pi-pico/
3030
| NeoPixel Ring | 1 | https://www.adafruit.com/product/1463
3131
|===

uart/loopback/README.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ uart.py:: The example code.
4040
|===
4141
| *Item* | *Quantity* | Details
4242
| Breadboard | 1 | generic part
43-
| Raspberry Pi Pico | 1 | http://raspberrypi.org/
43+
| Raspberry Pi Pico | 1 | https://www.raspberrypi.com/products/raspberry-pi-pico/
4444
|===

0 commit comments

Comments
 (0)