A simple sample project for prototyping a USB-MIDI 2.0 device with RP2040.
- Raspberry Pi Pico SDK v1.5.1
- set it in ../pico-sdk
- picotool v1.1.2
- cmake version 3.XX
- Using cmake 4.XX causes an error when building PioasmBuild
# init
git submodule update --init
# build and write
./makeAndWrite.sh
This project is licensed under the MIT License - see the LICENSE file for details.