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