To install:
git clone https://github.com/u007d/led_game
To run:
- Connect Raspberry Pi Pico to your computer while holding down the reset button
- Release the reset button
cargo run
- Press the button on your board to start the game (standalone LED will light, score counter will increment after a short delay)
- Press the button again once the counter has started running as quickly as you can.
- Repeat to beat your score!
See https://slides.com/u007d/srug-2024-06-bare-metal-embedded-systems-programming-in-rust-iii slide deck for more details.