diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-01-11 17:17:36 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2024-01-11 17:17:58 +0100 |
| commit | 75b05fb3447c449ed14648edbf8382d046acafea (patch) | |
| tree | f025105ae7449df92f5f42abda0d3bdf094e774d /embassy-time-driver/README.md | |
| parent | 650f5661495e5c0d6fe25bd3742058a02ac0bae1 (diff) | |
time: docs improvements, add ci.
Diffstat (limited to 'embassy-time-driver/README.md')
| -rw-r--r-- | embassy-time-driver/README.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/embassy-time-driver/README.md b/embassy-time-driver/README.md index 74a5b7876..426252d2c 100644 --- a/embassy-time-driver/README.md +++ b/embassy-time-driver/README.md | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | # embassy-time-driver | 1 | # embassy-time-driver |
| 2 | 2 | ||
| 3 | |||
| 4 | This crate contains the driver trait necessary for adding [`embassy-time`](https://crates.io/crates/embassy-time) support | 3 | This crate contains the driver trait necessary for adding [`embassy-time`](https://crates.io/crates/embassy-time) support |
| 5 | for a new hardware platform. | 4 | for a new hardware platform. |
| 6 | 5 | ||
| @@ -12,7 +11,7 @@ if the driver trait has not had breaking changes. | |||
| 12 | 11 | ||
| 13 | ## How it works | 12 | ## How it works |
| 14 | 13 | ||
| 15 | `embassy-time` module is backed by a global "time driver" specified at build time. | 14 | `embassy-time` is backed by a global "time driver" specified at build time. |
| 16 | Only one driver can be active in a program. | 15 | Only one driver can be active in a program. |
| 17 | 16 | ||
| 18 | All methods and structs transparently call into the active driver. This makes it | 17 | All methods and structs transparently call into the active driver. This makes it |
