diff options
Diffstat (limited to 'docs/modules/ROOT/pages/examples.adoc')
| -rw-r--r-- | docs/modules/ROOT/pages/examples.adoc | 8 |
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 | ||
| 3 | Embassy provides examples for all HALs supported. You can find them in the `examples/` folder. | 3 | Embassy provides examples for all HALs supported. You can find them in the `examples/` folder. |
| 4 | |||
| 5 | |||
| 6 | Main loop example | ||
| 7 | |||
| 8 | [source,rust] | ||
| 9 | ---- | ||
| 10 | include::example$examples/std/src/bin/tick.rs[] | ||
| 11 | ---- | ||
