My codes for the Raspberry Pi Pico (rp2040 mcu)
Note
This repo will get renewed, but I am not planning to add libraries anymore.
Another batch of updates may come when the new Pi chip comes out
- Install the Toolchain
sudo apt update && sudo apt install cmake gcc-arm-none-eabi libnewlib-arm-none-eabi build-essential -y