2021-12-09 09:40:26 +00:00
|
|
|
= Examples
|
|
|
|
|
|
|
|
Embassy provides examples for all HALs supported. You can find them in the `examples/` folder.
|
2021-12-10 07:08:56 +00:00
|
|
|
|
|
|
|
|
|
|
|
Main loop example
|
|
|
|
|
|
|
|
[source,rust]
|
|
|
|
----
|
2024-05-18 08:17:03 +00:00
|
|
|
include::../examples/examples/std/src/bin/tick.rs[]
|
2021-12-10 07:08:56 +00:00
|
|
|
----
|