Added setup details and online resources

This commit is contained in:
2024-02-18 10:04:59 +05:30
parent a19857f84c
commit c22bfd557c
4 changed files with 41 additions and 3 deletions

View File

@@ -0,0 +1,10 @@
## Online Resources
[Pinout Reference](https://pico.pinout.xyz/): Interactable webpage for mapping Pin number to GPIO number to its functions.
[Random Nerd's Pinout Guide](https://randomnerdtutorials.com/raspberry-pi-pico-w-pinout-gpios/#Raspberry-Pi-Pico-Pinout-Diagram): Website with detailed explaination of pin functions.
[Pico C SDK](https://cec-code-lab.aps.edu/robotics/resources/pico-c-api/index.html): C functions reference for Pico's C SDK.
[Online Pico Simulator](https://wokwi.com/pi-pico): Online Pico simulator with supports using various components and running Arduino style C Code or Python code using MicroPython.