Files
vorago-rs/va108xx/examples
Robin Mueller 78396da160
Some checks failed
shared-hal-ci / Check build (push) Has been cancelled
shared-hal-ci / Check formatting (push) Has been cancelled
shared-hal-ci / Check Documentation Build (push) Has been cancelled
shared-hal-ci / Clippy (push) Has been cancelled
va108xx-ci / Check build (push) Has been cancelled
va108xx-ci / Run Tests (push) Has been cancelled
va108xx-ci / Check formatting (push) Has been cancelled
va108xx-ci / Check Documentation Build (push) Has been cancelled
va108xx-ci / Clippy (push) Has been cancelled
va416xx-ci / Check build (push) Has been cancelled
va416xx-ci / Run Tests (push) Has been cancelled
va416xx-ci / Check formatting (push) Has been cancelled
va416xx-ci / Check Documentation Build (push) Has been cancelled
va416xx-ci / Clippy (push) Has been cancelled
URLs and other improvements
2025-10-29 22:27:33 +01:00
..
2025-10-29 22:27:33 +01:00
2025-10-29 22:27:33 +01:00
2025-10-29 22:27:33 +01:00
2025-10-28 21:43:17 +01:00

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

Blinky with time driver IRQs in library

cargo run --bin embassy-example

Blinky with custom time driver IRQs

cargo run --bin embassy-example --no-default-features --features custom-irqs