diff options
| author | Mark Tomlin <[email protected]> | 2024-04-19 21:35:25 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-04-19 21:35:25 -0400 |
| commit | b2f7ce99d6f74383ed104353e284baf5e3e0aeb3 (patch) | |
| tree | e505fedceeafd64b72c194f122817e7d94f8478f /docs/modules/ROOT | |
| parent | da86c086510490602ffdd688760fb59cc7a1e524 (diff) | |
Update time_keeping.adoc
Diffstat (limited to 'docs/modules/ROOT')
| -rw-r--r-- | docs/modules/ROOT/pages/time_keeping.adoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/modules/ROOT/pages/time_keeping.adoc b/docs/modules/ROOT/pages/time_keeping.adoc index 5068216ed..5fa7c53ae 100644 --- a/docs/modules/ROOT/pages/time_keeping.adoc +++ b/docs/modules/ROOT/pages/time_keeping.adoc | |||
| @@ -16,6 +16,7 @@ The `embassy::time::Timer` type provides two timing methods. | |||
| 16 | 16 | ||
| 17 | An example of a delay is provided as follows: | 17 | An example of a delay is provided as follows: |
| 18 | 18 | ||
| 19 | TIP: The depenencies you need to run this example link:/book/dev/basic_application.html#_the_cargo_toml[can be found here]. | ||
| 19 | [,rust] | 20 | [,rust] |
| 20 | ---- | 21 | ---- |
| 21 | use embassy::executor::{task, Executor}; | 22 | use embassy::executor::{task, Executor}; |
| @@ -40,6 +41,7 @@ that expect a generic delay implementation to be provided. | |||
| 40 | 41 | ||
| 41 | An example of how this can be used: | 42 | An example of how this can be used: |
| 42 | 43 | ||
| 44 | TIP: The depenencies you need to run this example link:/book/dev/basic_application.html#_the_cargo_toml[can be found here]. | ||
| 43 | [,rust] | 45 | [,rust] |
| 44 | ---- | 46 | ---- |
| 45 | use embassy::executor::{task, Executor}; | 47 | use embassy::executor::{task, Executor}; |
