2021-01-20 16:44:27 +00:00
## Documentation and datasheets {#weblinks_page}
The full documentation for the RP2040 and Raspberry Pi Pico board can be found at the following links
- [RP2040 Datasheet ](https://rptl.io/rp2040-datasheet )
2021-03-02 21:37:27 +00:00
- [Raspberry Pi Pico Datasheet ](https://rptl.io/pico-datasheet )
- [Hardware design with the RP2040 ](https://rptl.io/rp2040-design )
2021-01-26 13:56:30 +00:00
- [Raspberry Pi Pico C/C++ SDK ](https://rptl.io/pico-c-sdk )
- [Raspberry Pi Pico Python SDK ](https://rptl.io/pico-micropython )
2021-03-02 21:37:27 +00:00
- [Getting started with Raspberry Pi Pico ](https://rptl.io/pico-get-started )
- [Raspberry Pi Pico FAQ ](https://rptl.io/pico-faq )
2021-01-20 16:44:27 +00:00
### Weblinks
2021-01-26 13:56:30 +00:00
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.
2021-01-20 16:44:27 +00:00
2021-11-01 19:20:54 +00:00
You can find our forums at the [following link ](https://forums.raspberrypi.com/ ).
2021-01-20 16:44:27 +00:00
2021-11-01 19:20:54 +00:00
For the main Raspberry Pi website, [see here ](https://www.raspberrypi.com )
2021-01-20 16:44:27 +00:00
For the Raspberry Pi Pico page, [see here ](https://rptl.io/rp2040-get-started )
2021-03-02 21:37:27 +00:00
### GitHub
2021-01-20 16:44:27 +00:00
2021-03-02 21:37:27 +00:00
All the source code for the Raspberry Pi Pico SDK, examples and other libraries can be found on GitHub.
2021-01-20 16:44:27 +00:00
2021-01-26 13:56:30 +00:00
- [Raspberry Pi Pico SDK ](https://github.com/raspberrypi/pico-sdk )
2021-01-20 16:44:27 +00:00
- [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 Bootrom source code ](https://github.com/raspberrypi/pico-bootrom )