1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-08-08 08:22:52 +02:00

Fix typo in embedded-hal.md (#2828)

This commit is contained in:
Michalina Sidor
2025-07-22 18:39:59 +02:00
committed by GitHub
parent 8994e390af
commit 4dbbcce4b8

View File

@ -8,7 +8,7 @@ microcontroller peripherals:
- Delay timers - Delay timers
- I2C and SPI buses and devices - I2C and SPI buses and devices
Similar traits for byte streams (e.g. UARTs), CAN buses and RNGs and broken out Similar traits for byte streams (e.g. UARTs), CAN buses and RNGs are broken out
into [`embedded-io`], [`embedded-can`] and [`rand_core`] respectively. into [`embedded-io`], [`embedded-can`] and [`rand_core`] respectively.
Other crates then implement [drivers] in terms of these traits, e.g. an Other crates then implement [drivers] in terms of these traits, e.g. an