Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 461 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 461 Bytes

2040-mini-core

Mini Core similar to the Arduino one for the rp2040 microcontroller

How to build

mkdir build
cd build
cmake ../
make

then just upload 2040_Core.uf2 to your 2040

Authors