aboutsummaryrefslogtreecommitdiff
path: root/embassy-time-driver/README.md
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-01-11 17:17:36 +0100
committerDario Nieuwenhuis <[email protected]>2024-01-11 17:17:58 +0100
commit75b05fb3447c449ed14648edbf8382d046acafea (patch)
treef025105ae7449df92f5f42abda0d3bdf094e774d /embassy-time-driver/README.md
parent650f5661495e5c0d6fe25bd3742058a02ac0bae1 (diff)
time: docs improvements, add ci.
Diffstat (limited to 'embassy-time-driver/README.md')
-rw-r--r--embassy-time-driver/README.md3
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
4This crate contains the driver trait necessary for adding [`embassy-time`](https://crates.io/crates/embassy-time) support 3This crate contains the driver trait necessary for adding [`embassy-time`](https://crates.io/crates/embassy-time) support
5for a new hardware platform. 4for 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.
16Only one driver can be active in a program. 15Only one driver can be active in a program.
17 16
18All methods and structs transparently call into the active driver. This makes it 17All methods and structs transparently call into the active driver. This makes it