va416xx-rs/examples
Robin Mueller aa1ed2a20d
Some checks are pending
Rust/va416xx-rs/pipeline/pr-main Build started...
Updates and fixes
- Improve and fix SPI HAL and example
- Fix RTIC example
2024-09-20 11:41:24 +02:00
..
embassy Add embassy example 2024-09-17 21:30:57 +02:00
rtic Updates and fixes 2024-09-20 11:41:24 +02:00
simple Updates and fixes 2024-09-20 11:41:24 +02:00
README.md Add embassy example 2024-09-17 21:30:57 +02: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

cargo run --bin embassy-example