Digital piano firmware for the Raspberry Pi Pico.
|
||
---|---|---|
.cargo | ||
src/bin | ||
.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.
cargo install probe-rs --features cli
cargo run --bin firmware
If you are missing dependencies, consult Alex Wilson's guide on Rust Pico development.