You've already forked comprehensive-rust
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:
@ -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
|
||||||
|
Reference in New Issue
Block a user