Robin Mueller
ff7ac62a8d
Some checks failed
Rust/va108xx-rs/pipeline/pr-main There was a failure building this commit
- Add embassy example - improve timer API - restructure examples
26 lines
404 B
Markdown
26 lines
404 B
Markdown
VA108xx Example Applications
|
|
========
|
|
|
|
This folder contains various examples
|
|
Consult the main README first for setup of the repository.
|
|
|
|
## Simple examples
|
|
|
|
```rs
|
|
cargo run --example blinky
|
|
```
|
|
|
|
You can have a look at the `simple/examples` folder to see all available simple examples
|
|
|
|
## RTIC example
|
|
|
|
```rs
|
|
cargo run --bin rtic-example
|
|
```
|
|
|
|
## Embassy example
|
|
|
|
```rs
|
|
cargo run --bin embassy-example
|
|
```
|