Digital piano firmware for the Raspberry Pi Pico.
dogeystamp
5a24257af5
implements queue-based midi and merges all usb-related functions into one embassy task. |
||
---|---|---|
.cargo | ||
src | ||
vendor/embassy-usb-logger | ||
.gitignore | ||
build.rs | ||
Cargo.lock | ||
Cargo.toml | ||
memory.x | ||
README.md |
geode-piano
Digital piano firmware for the Raspberry Pi Pico. This project only attempts to expose the keyboard as a MIDI device.
installation
- Clone project.
- Go into project directory.
- Install
elf2uf2-rs
. cargo run --bin --release geode-piano
If you are missing dependencies, consult Alex Wilson's guide on Rust Pico development.