Robin Mueller
acb8b67ae7
All checks were successful
Rust/va108xx-rs/pipeline/pr-main This commit looks good
- Add embassy example - improve timer API - restructure examples - restructure and improve SPI - Add REB1 M95M01 NVM module |
||
---|---|---|
.. | ||
embassy | ||
rtic | ||
simple | ||
README.md |
VA108xx 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