diff --git a/examples/cosmic_unicorn/README.md b/examples/cosmic_unicorn/README.md index d15f434..67f75fa 100644 --- a/examples/cosmic_unicorn/README.md +++ b/examples/cosmic_unicorn/README.md @@ -122,7 +122,7 @@ Calendar example with (optional) NTP synchronization. You can adjust the brightn These examples need `WIFI_CONFIG.py` and `network_manager.py` (from the `common` directory) to be saved to your Pico W. Open up `WIFI_CONFIG.py` in Thonny to add your wifi details (and save it when you're done). -- [micropython/examples/common](../../examples/common) +- [micropython/examples/common](https://github.com/pimoroni/pimoroni-pico/tree/main/micropython/examples/common) ### Cheerlights History @@ -156,7 +156,7 @@ Display scrolling wisdom, quotes or greetz... from another computer or device! You can adjust the brightness with LUX + and -. -Requires `logging.mpy` and `tinyweb` from [micropython/examples/common](../../examples/common) - copy these into the `lib` folder on your Pico W. You'll also need `index.html` to be saved alongside `html_text.py`. +Requires `logging.mpy` and `tinyweb` from [micropython/examples/common](https://github.com/pimoroni/pimoroni-pico/tree/main/micropython/examples/common) - copy these into the `lib` folder on your Pico W. You'll also need `index.html` to be saved alongside `html_text.py`. ### Weather diff --git a/examples/cosmic_unicorn/cosmic_paint/README.md b/examples/cosmic_unicorn/cosmic_paint/README.md index 85d3255..6769061 100644 --- a/examples/cosmic_unicorn/cosmic_paint/README.md +++ b/examples/cosmic_unicorn/cosmic_paint/README.md @@ -6,6 +6,8 @@ Cosmic Paint lets you paint pixels onto your Cosmic Unicorn over WiFi, in realti You'll need `WIFI_CONFIG.py` from the `common` directory to be saved to your Pico W. Open up `WIFI_CONFIG.py` in Thonny to add your wifi details (and save it when you're done). +- [micropython/examples/common](https://github.com/pimoroni/pimoroni-pico/tree/main/micropython/examples/common) + You will also have to install `micropython-phew` and `microdot` through Thonny's Tools -> Manage Packages. Run the example through Thonny and it should get connected and give you a URL to visit. Open that URL in your browser and start painting! \ No newline at end of file diff --git a/examples/galactic_unicorn/README.md b/examples/galactic_unicorn/README.md index ba2d353..0241bc2 100644 --- a/examples/galactic_unicorn/README.md +++ b/examples/galactic_unicorn/README.md @@ -119,7 +119,7 @@ Display scrolling wisdom, quotes or greetz. You can adjust the brightness with L These examples require `WIFI_CONFIG.py` and `network_manager.py` (from the `common` directory) to be saved to your Pico W. Open up `WIFI_CONFIG.py` in Thonny to add your wifi details (and save it when you're done). -- [micropython/examples/common](../../examples/common) +- [micropython/examples/common](https://github.com/pimoroni/pimoroni-pico/tree/main/micropython/examples/common) ### Cheerlights [cheerlights.py](cheerlights.py) diff --git a/examples/galactic_unicorn/galactic_paint/README.md b/examples/galactic_unicorn/galactic_paint/README.md index c41fe01..358452c 100644 --- a/examples/galactic_unicorn/galactic_paint/README.md +++ b/examples/galactic_unicorn/galactic_paint/README.md @@ -6,6 +6,8 @@ Galactic Paint lets you paint pixels onto your Galatic Unicorn over WiFi, in rea You'll need `WIFI_CONFIG.py` from the `common` directory to be saved to your Pico W. Open up `WIFI_CONFIG.py` in Thonny to add your wifi details (and save it when you're done). +- [micropython/examples/common](https://github.com/pimoroni/pimoroni-pico/tree/main/micropython/examples/common) + You will also have to install `micropython-phew` and `microdot` through Thonny's Tools -> Manage Packages. Run the example through Thonny and it should get connected and give you a URL to visit. Open that URL in your browser and start painting! \ No newline at end of file diff --git a/examples/stellar_unicorn/README.md b/examples/stellar_unicorn/README.md index 61f1c11..8d2d138 100644 --- a/examples/stellar_unicorn/README.md +++ b/examples/stellar_unicorn/README.md @@ -134,7 +134,7 @@ Calendar example with (optional) NTP synchronization. You can adjust the brightn These examples need `WIFI_CONFIG.py` and `network_manager.py` (from the `common` directory) to be saved to your Pico W. Open up `WIFI_CONFIG.py` in Thonny to add your wifi details (and save it when you're done). -- [micropython/examples/common](../../examples/common) +- [micropython/examples/common](https://github.com/pimoroni/pimoroni-pico/tree/main/micropython/examples/common) ### Cheerlights History @@ -168,7 +168,7 @@ Display scrolling wisdom, quotes or greetz... from another computer or device! You can adjust the brightness with LUX + and -. -Requires `logging.mpy` and `tinyweb` from [micropython/examples/common](../../examples/common) - copy these into the `lib` folder on your Pico W. You'll also need `index.html` to be saved alongside `html_text.py`. +Requires `logging.mpy` and `tinyweb` from [micropython/examples/common](https://github.com/pimoroni/pimoroni-pico/tree/main/micropython/examples/common) - copy these into the `lib` folder on your Pico W. You'll also need `index.html` to be saved alongside `html_text.py`. ### Weather diff --git a/examples/stellar_unicorn/stellar_paint/README.md b/examples/stellar_unicorn/stellar_paint/README.md index 53a45d2..1193bb2 100644 --- a/examples/stellar_unicorn/stellar_paint/README.md +++ b/examples/stellar_unicorn/stellar_paint/README.md @@ -6,6 +6,8 @@ Stellar Paint lets you paint pixels onto your Stellar Unicorn over WiFi, in real You'll need `WIFI_CONFIG.py` from the `common` directory to be saved to your Pico W. Open up `WIFI_CONFIG.py` in Thonny to add your wifi details (and save it when you're done). +- [micropython/examples/common](https://github.com/pimoroni/pimoroni-pico/tree/main/micropython/examples/common) + You will also have to install `micropython-phew` and `microdot` through Thonny's Tools -> Manage Packages. Run the example through Thonny and it should get connected and give you a URL to visit. Open that URL in your browser and start painting! \ No newline at end of file