From 2b115b6868e86870ebf3a232bd833bfd4bd30735 Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Sat, 19 Jul 2025 18:14:57 +0100 Subject: [PATCH] Add link to RM2 datasheet too --- docs/weblinks_page.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/weblinks_page.md b/docs/weblinks_page.md index 07d13d80..52f4561f 100644 --- a/docs/weblinks_page.md +++ b/docs/weblinks_page.md @@ -10,6 +10,7 @@ The full documentation for the RP2040, RP2350 and Raspberry Pi Pico-series board - [Raspberry Pi Pico 2 Datasheet](https://rptl.io/pico2-datasheet) - [Raspberry Pi Pico 2 W Datasheet](https://rptl.io/pico2w-datasheet) - [Hardware design with RP2350](https://rptl.io/rp2350-design) + - [RM2 Datasheet](https://rptl.io/rm2-datasheet) - [Raspberry Pi Pico-series C/C++ SDK](https://rptl.io/pico-c-sdk) - [Raspberry Pi Pico-series Python SDK](https://rptl.io/pico-micropython) - [Getting started with Raspberry Pi Pico-series](https://rptl.io/pico-get-started)