diff options
| author | Ulf Lilleengen <[email protected]> | 2024-01-11 20:34:30 +0100 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2024-01-11 20:34:30 +0100 |
| commit | 4cc2648547491b13d3705b3869274d0f274a0721 (patch) | |
| tree | cf5f2615b8a7f09e705b1eb8bc47089adb717210 | |
| parent | b161dd4b11d5aab145950e6ce41eae4d4378d25b (diff) | |
change title
| -rw-r--r-- | embassy-nrf/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-nrf/README.md b/embassy-nrf/README.md index 59fb4f1bf..87147fab4 100644 --- a/embassy-nrf/README.md +++ b/embassy-nrf/README.md | |||
| @@ -24,7 +24,7 @@ Most peripherals are supported. | |||
| 24 | 24 | ||
| 25 | If the `time` feature is enabled, the HAL uses the RTC peripheral as a global time driver for [embassy-time](https://crates.io/crates/embassy-time), with a tick rate of 32768 Hz. | 25 | If the `time` feature is enabled, the HAL uses the RTC peripheral as a global time driver for [embassy-time](https://crates.io/crates/embassy-time), with a tick rate of 32768 Hz. |
| 26 | 26 | ||
| 27 | ## API | 27 | ## Embedded-hal |
| 28 | 28 | ||
| 29 | The `embassy-nrf` HAL implements the traits from [embedded-hal](https://crates.io/crates/embedded-hal) (v0.2 and 1.0) and [embedded-hal-async](https://crates.io/crates/embedded-hal-async), as well as [embedded-io](https://crates.io/crates/embedded-io) and [embedded-io-async](https://crates.io/crates/embedded-io-async). | 29 | The `embassy-nrf` HAL implements the traits from [embedded-hal](https://crates.io/crates/embedded-hal) (v0.2 and 1.0) and [embedded-hal-async](https://crates.io/crates/embedded-hal-async), as well as [embedded-io](https://crates.io/crates/embedded-io) and [embedded-io-async](https://crates.io/crates/embedded-io-async). |
| 30 | 30 | ||
