blob: c852f5205ef403ac6379b022c668ae3340e86a2c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
= Examples
Embassy provides examples for all HALs supported. You can find them in the `examples/` folder.
Main loop example
[source,rust]
----
include::example$examples/std/src/bin/tick.rs[]
----
|