You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-08-08 00:12:51 +02:00
Fix typo in embedded-hal.md (#2828)
This commit is contained in:
@ -8,7 +8,7 @@ microcontroller peripherals:
|
||||
- Delay timers
|
||||
- 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.
|
||||
|
||||
Other crates then implement [drivers] in terms of these traits, e.g. an
|
||||
|
Reference in New Issue
Block a user