This repository has been archived on 2025-11-23. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
RP2040_Resources/0_Introduction/onlineResources.md

642 B

Online Resources

Pinout Reference: Interactable webpage for mapping Pin number to GPIO number to its functions.

Random Nerd's Pinout Guide: Website with detailed explaination of pin functions.

Pico C SDK: C functions reference for Pico's C SDK.

Wokwi Online Pico Simulator: Online Pico simulator with supports using various components and running Arduino style C Code or Python code using MicroPython.