aboutsummaryrefslogtreecommitdiff
path: root/docs/modules/ROOT/pages/examples.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/modules/ROOT/pages/examples.adoc')
-rw-r--r--docs/modules/ROOT/pages/examples.adoc8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/modules/ROOT/pages/examples.adoc b/docs/modules/ROOT/pages/examples.adoc
index 198633c77..c852f5205 100644
--- a/docs/modules/ROOT/pages/examples.adoc
+++ b/docs/modules/ROOT/pages/examples.adoc
@@ -1,3 +1,11 @@
1= Examples 1= Examples
2 2
3Embassy provides examples for all HALs supported. You can find them in the `examples/` folder. 3Embassy provides examples for all HALs supported. You can find them in the `examples/` folder.
4
5
6Main loop example
7
8[source,rust]
9----
10include::example$examples/std/src/bin/tick.rs[]
11----