Add readme
parent
535e969f90
commit
fe30c6ae2c
@ -0,0 +1,15 @@
|
|||||||
|
# yampad-rs
|
||||||
|
|
||||||
|
This is a firmware for the [yampad](https://github.com/mattdibi/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.
|
Loading…
Reference in New Issue