File: weblinks_page.md

package info (click to toggle)
pico-sdk 2.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 26,960 kB
  • sloc: ansic: 150,165; asm: 13,474; python: 2,885; cpp: 2,192; yacc: 381; lex: 270; makefile: 33; sh: 15; javascript: 13
file content (42 lines) | stat: -rw-r--r-- 2,445 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
## Documentation and datasheets {#weblinks_page}

The full documentation for the RP2040, RP2350 and Raspberry Pi Pico-series boards can be found at the following links

 - [RP2040 Datasheet](https://rpltd.co/rp2040-datasheet)
 - [Raspberry Pi Pico Datasheet](https://rpltd.co/pico-datasheet)
 - [Raspberry Pi Pico W Datasheet](https://rpltd.co/picow-datasheet)
 - [Hardware design with RP2040](https://rpltd.co/rp2040-design)
 - [RP2350 Datasheet](https://rpltd.co/rp2350-datasheet)
 - [Raspberry Pi Pico 2 Datasheet](https://rpltd.co/pico2-datasheet)
 - [Raspberry Pi Pico 2 W Datasheet](https://rpltd.co/pico2w-datasheet)
 - [Hardware design with RP2350](https://rpltd.co/rp2350-hardware-design)
 - [RM2 Datasheet](https://rpltd.co/rm2-datasheet)
 - [Raspberry Pi Pico-series C/C++ SDK](https://rpltd.co/pico-c-sdk)
 - [Raspberry Pi Pico-series Python SDK](https://rpltd.co/pico-micropython)
 - [Getting started with Raspberry Pi Pico-series](https://rpltd.co/pico-get-started)
 - [Connecting to the Internet with Raspberry Pi Pico W-series](https://rpltd.co/picow-connect)

### Weblinks

At Raspberry Pi we have a very community-based attitude to help. We run a very popular and busy forum where you can ask questions about any aspect of the Raspberry Pi ecosystem, including the Raspberry Pi Pico.

You can find our forums at the [following link](https://forums.raspberrypi.com/).

For the main Raspberry Pi website, [see here](https://www.raspberrypi.com)

For the Raspberry Pi Pico page, [see here](https://rptl.io/rp2040-get-started)

### GitHub

All the source code for the Raspberry Pi Pico SDK, examples and other libraries can be found on GitHub.

 - [Raspberry Pi Pico SDK](https://github.com/raspberrypi/pico-sdk)
 - [Pico Examples](https://github.com/raspberrypi/pico-examples)
 - [Pico Extras - Libraries under development](https://github.com/raspberrypi/pico-extras)
 - [Pico Playground - Examples that use Pico Extras](https://github.com/raspberrypi/pico-playground)
 - [Pico MicroPython Examples](https://github.com/raspberrypi/pico-micropython-examples)
 - [RP2040 Bootrom source code](https://github.com/raspberrypi/pico-bootrom-rp2040)
 - [RP2350 Bootrom source code](https://github.com/raspberrypi/pico-bootrom-rp2350)
 - [Picotool](https://github.com/raspberrypi/picotool)
 - [Pico VS Code extension](https://github.com/raspberrypi/pico-vscode)
 - [Pico TensorFlow Lite Port](https://github.com/raspberrypi/pico-tflmicro)