rust led strip thingy
- Rust 96.1%
- Dockerfile 3.9%
| avr-specs | ||
| src | ||
| Cargo.lock | ||
| Cargo.toml | ||
| Dockerfile | ||
| LICENSE | ||
| README.md | ||
| rust-toolchain.toml | ||
rled
Getting started
podman build -t rled .
podman run -it --userns=keep-id --volume .:/home/arch/project:rw --name rled localhost/rled:latest
Project template
If you don't have them already, install cargo-generate and ravedude:
cargo install cargo-generate
cargo install ravedude
Then instanciate this template:
cargo generate --git https://git.bugwelle.surf/mirrors/avr-hal-template.git
You will be prompted to select your board - do so and you're ready to roll! Everything is prepared so you should be able to just
cargo run
and see a blinky flashed to your board!