..
2025-02-17 11:28:33 +01:00
2025-02-15 18:51:03 +01:00
2025-02-17 11:35:11 +01:00
2025-02-13 18:20:51 +01:00

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

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