A yampad firmware for the rp2040 written in rust
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trivernis 8b82e53338
Add License
1 year ago
.cargo Initial not completely functional state 1 year ago
src Initial not completely functional state 1 year ago
.gitignore Initial not completely functional state 1 year ago
Cargo.lock Initial not completely functional state 1 year ago
Cargo.toml Add License 1 year ago
LICENSE.md Add License 1 year ago
README.md Add readme 1 year ago
memory.x Initial not completely functional state 1 year 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.