Digital piano firmware for the Raspberry Pi Pico.
Go to file
2024-04-06 22:38:54 -04:00
.cargo initial commit 2024-04-06 22:07:35 -04:00
src/bin add usb serial logger 2024-04-06 22:38:54 -04:00
.gitignore initial commit 2024-04-06 22:07:35 -04:00
build.rs initial commit 2024-04-06 22:07:35 -04:00
Cargo.lock initial commit 2024-04-06 22:07:35 -04:00
Cargo.toml initial commit 2024-04-06 22:07:35 -04:00
memory.x initial commit 2024-04-06 22:07:35 -04:00
README.md initial commit 2024-04-06 22:07:35 -04:00

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.