rust led strip thingy
  • Rust 96.1%
  • Dockerfile 3.9%
Find a file
2025-06-15 02:39:01 +02:00
avr-specs feat: initial 2023-01-28 20:45:17 +01:00
src feat: actually handle an addressable strip 2025-06-15 02:39:01 +02:00
Cargo.lock feat: initial 2023-01-28 20:45:17 +01:00
Cargo.toml feat: initial 2023-01-28 20:45:17 +01:00
Dockerfile feat: initial 2023-01-28 20:45:17 +01:00
LICENSE feat: initial 2023-01-28 20:45:17 +01:00
README.md feat: initial 2023-01-28 20:45:17 +01:00
rust-toolchain.toml feat: initial 2023-01-28 20:45:17 +01:00

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!