From 05c3f22879e8bd3e1eda999641162f8bbc813a39 Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Thu, 19 Jan 2023 22:47:21 +0000 Subject: [PATCH] Update documentation-links (remove FAQ and add the two Pico W books) (#1123) --- README.md | 3 +++ docs/DoxygenLayout.xml | 3 ++- docs/weblinks_page.md | 5 +++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6e19527..2fd7123 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,9 @@ See [Getting Started with the Raspberry Pi Pico](https://rptl.io/pico-get-starte hardware, IDE/environment and for how to build and debug software for the Raspberry Pi Pico and other RP2040-based devices. +See [Connecting to the Internet with Raspberry Pi Pico W](https://rptl.io/picow-connect) to learn more about writing +applications for your Raspberry Pi Pico W that connect to the internet. + See [Raspberry Pi Pico C/C++ SDK](https://rptl.io/pico-c-sdk) to learn more about programming using the SDK, to explore more advanced features, and for complete PDF-based API documentation. diff --git a/docs/DoxygenLayout.xml b/docs/DoxygenLayout.xml index 6ba5dfc..07c1c98 100644 --- a/docs/DoxygenLayout.xml +++ b/docs/DoxygenLayout.xml @@ -7,12 +7,13 @@ + - + diff --git a/docs/weblinks_page.md b/docs/weblinks_page.md index e579362..7b84fc9 100644 --- a/docs/weblinks_page.md +++ b/docs/weblinks_page.md @@ -4,11 +4,12 @@ The full documentation for the RP2040 and Raspberry Pi Pico board can be found a - [RP2040 Datasheet](https://rptl.io/rp2040-datasheet) - [Raspberry Pi Pico Datasheet](https://rptl.io/pico-datasheet) - - [Hardware design with the RP2040](https://rptl.io/rp2040-design) + - [Raspberry Pi Pico W Datasheet](https://rptl.io/picow-datasheet) + - [Hardware design with RP2040](https://rptl.io/rp2040-design) - [Raspberry Pi Pico C/C++ SDK](https://rptl.io/pico-c-sdk) - [Raspberry Pi Pico Python SDK](https://rptl.io/pico-micropython) - [Getting started with Raspberry Pi Pico](https://rptl.io/pico-get-started) - - [Raspberry Pi Pico FAQ](https://rptl.io/pico-faq) + - [Connecting to the Internet with Raspberry Pi Pico W](https://rptl.io/picow-connect) ### Weblinks