Digital piano firmware for the Raspberry Pi Pico.
Go to file
2024-04-08 15:57:14 -04:00
.cargo initial commit 2024-04-06 22:07:35 -04:00
src chore: format + licencing 2024-04-08 15:57:14 -04:00
vendor/embassy-usb-logger get basics working 2024-04-07 21:50:56 -04:00
.gitignore get basics working 2024-04-07 21:50:56 -04:00
build.rs chore: format + licencing 2024-04-08 15:57:14 -04:00
Cargo.lock get basics working 2024-04-07 21:50:56 -04:00
Cargo.toml chore: format + licencing 2024-04-08 15:57:14 -04:00
LICENSE chore: format + licencing 2024-04-08 15:57:14 -04:00
memory.x initial commit 2024-04-06 22:07:35 -04:00
README.md get basics working 2024-04-07 21:50:56 -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.
  • Install elf2uf2-rs.
  • cargo run --bin --release geode-piano

If you are missing dependencies, consult Alex Wilson's guide on Rust Pico development.