From f8cdb6d0514594a16fc4d2d205085782fb72b678 Mon Sep 17 00:00:00 2001 From: Alasdair Allan Date: Thu, 30 Jun 2022 09:25:34 +0100 Subject: [PATCH 1/2] changed MP link --- .../asciidoc/microcontrollers/micropython/drag-and-drop.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/asciidoc/microcontrollers/micropython/drag-and-drop.adoc b/documentation/asciidoc/microcontrollers/micropython/drag-and-drop.adoc index e13241768..26269ab6c 100644 --- a/documentation/asciidoc/microcontrollers/micropython/drag-and-drop.adoc +++ b/documentation/asciidoc/microcontrollers/micropython/drag-and-drop.adoc @@ -8,7 +8,7 @@ Download the correct MicroPython UF2 file for your board: * https://micropython.org/download/rp2-pico/rp2-pico-latest.uf2[Raspberry Pi Pico] -* https://datasheets.raspberrypi.com/soft/micropython-firmware-pico-w-290622.uf2[Raspberry Pi Pico W] (with https://makeblock-micropython-api.readthedocs.io/en/latest/public_library/Third-party-libraries/urequests.html[urequests] and https://docs.micropython.org/en/latest/reference/packages.html[upip] preinstalled) +* https://micropython.org/download/rp2-pico-w/rp2-pico-w-latest.uf2[Raspberry Pi Pico W] (with https://makeblock-micropython-api.readthedocs.io/en/latest/public_library/Third-party-libraries/urequests.html[urequests] and https://docs.micropython.org/en/latest/reference/packages.html[upip] preinstalled) Then go ahead and: From e9680ed488a0d4d31789d1929dc2667716f8985a Mon Sep 17 00:00:00 2001 From: Alasdair Allan Date: Thu, 30 Jun 2022 11:04:27 +0100 Subject: [PATCH 2/2] Wrong link --- .../asciidoc/microcontrollers/raspberry-pi-pico/about_pico.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/asciidoc/microcontrollers/raspberry-pi-pico/about_pico.adoc b/documentation/asciidoc/microcontrollers/raspberry-pi-pico/about_pico.adoc index ddfc1148e..46882be70 100644 --- a/documentation/asciidoc/microcontrollers/raspberry-pi-pico/about_pico.adoc +++ b/documentation/asciidoc/microcontrollers/raspberry-pi-pico/about_pico.adoc @@ -24,7 +24,7 @@ Raspberry Pi Pico is a low-cost, high-performance microcontroller board with fle The Raspberry Pi Pico comes as a castellated module allows soldering direct to carrier boards, while the Pico H comes with pre-soldered headers. -NOTE: Both boards have a three pin Serial Wire Debug (SWD) header. However, the Pico H has this broken out into a small, keyed, https://datasheets.raspberrypi.com/debug/debug-pin-connector-specification.pdf[3-pin connector] while the Pico has three castellated through-hole pins adjacent to the edge of the board. +NOTE: Both boards have a three pin Serial Wire Debug (SWD) header. However, the Pico H has this broken out into a small, keyed, https://datasheets.raspberrypi.com/debug/debug-connector-specification.pdf[3-pin connector] while the Pico has three castellated through-hole pins adjacent to the edge of the board. === Pinout and Design Files