aboutsummaryrefslogtreecommitdiff
path: root/docs/pages/examples.adoc
blob: 82381a2c5d78a7a18dfed7802035d6edfddf9cd7 (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::../examples/examples/std/src/bin/tick.rs[]
----