geode-piano/README.md
dogeystamp cb80b0976a
get basics working
jumbled a bunch of boilerplate together
- midi
- serial logger
- button
2024-04-07 21:50:56 -04:00

14 lines
436 B
Markdown

# 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](https://www.alexdwilson.dev/learning-in-public/how-to-program-a-raspberry-pi-pico) on Rust Pico development.