va416xx-rs/examples/README.md
Robin Mueller a23dfc6c95
Some checks failed
Rust/va416xx-rs/pipeline/pr-main There was a failure building this commit
Add embassy example
2024-09-17 21:05:30 +02:00

404 B

VA416xx Example Applications

This folder contains various examples Consult the main README first for setup of the repository.

Simple examples

cargo run --example blinky

You can have a look at the simple/examples folder to see all available simple examples

RTIC example

cargo run --bin rtic-example

Embassy example

cargo run --bin embassy-example