From e3496efda0309663eeef082b46def9370727702d Mon Sep 17 00:00:00 2001 From: helgibbons <50950368+helgibbons@users.noreply.github.com> Date: Wed, 9 Nov 2022 13:16:29 +0000 Subject: [PATCH] a few doc fixes --- micropython/examples/gfx_pack/README.md | 4 ++-- setting-up-micropython.md | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/micropython/examples/gfx_pack/README.md b/micropython/examples/gfx_pack/README.md index 760ba2f8..fb0aaeb9 100644 --- a/micropython/examples/gfx_pack/README.md +++ b/micropython/examples/gfx_pack/README.md @@ -65,11 +65,11 @@ Basic Snake demo for GFX Pack. These examples require additional hardware. We connected our breakouts using a JST-SH to JST-SH cable: -- :link: [Qw/ST cable store page](https://shop.pimoroni.com/products/jst-sh-cable-qwiic-stemma-qt-compatible?variant=31910609846355) +- :link: [Qw/ST cable store page](https://shop.pimoroni.com/products/jst-sh-cable-qwiic-stemma-qt-compatible?variant=31910609813587) ### CO2 -[co2](co2.py) +[co2.py](co2.py) Add a SCD41 sensor breakout to your GFX Pack to make a handy CO2 detector! Press A to reset the high/low values. diff --git a/setting-up-micropython.md b/setting-up-micropython.md index bbd9db39..474aa46c 100644 --- a/setting-up-micropython.md +++ b/setting-up-micropython.md @@ -6,6 +6,7 @@ - [If you have a board without a reset button:](#if-you-have-a-board-without-a-reset-button) - [Copying the firmware to your board](#copying-the-firmware-to-your-board) - [Where are the examples?](#where-are-the-examples) +- [Troubleshooting](#troubleshooting) We provide pre-built MicroPython images which include all the drivers that include all the libraries and drivers you'll need to use our [supported products](https://github.com/pimoroni/pimoroni-pico#supported-products) To install MicroPython, you'll need to **copy the appropriate .uf2 file from the releases page to your device while it's in DFU/bootloader mode.** @@ -60,3 +61,9 @@ You can also transfer files to boards running MicroPython using command line too Note that most of our MicroPython images don't include examples, so you'll need to copy across the ones you want using Thonny. You can find all our MicroPython examples at the link below. - [MicroPython examples](https://github.com/pimoroni/pimoroni-pico/tree/main/micropython/examples) + +## Troubleshooting + +Having trouble getting started? Check out the link below: + +- [MicroPython FAQs](faqs-micropython.md)