You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 month ago | |
---|---|---|
.cargo | 1 month ago | |
src | 1 month ago | |
.gitignore | 1 month ago | |
Cargo.lock | 1 month ago | |
Cargo.toml | 1 month ago | |
LICENSE.md | 1 month ago | |
README.md | 1 month ago | |
memory.x | 1 month ago |
README.md
yampad-rs
This is a firmware for the yampad using a rp2040 microcontroller written in rust.
Install this thing
Put the rp2040 into boot mode by holding the boot button and pressing reset until it shows up as a storage device on your computer. After than run
cargo run --release
to move the firmware to the controller.
That's it.