mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2026-07-21 17:41:34 -05:00
fix typo
This commit is contained in:
@@ -719,7 +719,7 @@ Work in progress drivers. Help the authors make these crates awesome!
|
||||
1. [console-traits](https://github.com/thejpster/console-traits): Describes a basic text console. Used by [menu] and implemented by [vga-framebuffer]. 
|
||||
1. [`cmim`], or Cortex-M Interrupt Move: A crate for Cortex-M devices to move data to interrupt context, without needing a critical section to access the data within an interrupt, and to remove the need for the "mutex dance" - 
|
||||
1. [dcmimu]: An algorithm for fusing low-cost triaxial MEMS gyroscope and accelerometer measurements 
|
||||
1. [endian_codec]: (En/De)code rust types as packed bytes with specific order (endian). Support derive. - [](https://crates.io/crates/endian_codec)
|
||||
1. [endian_codec]: (En/De)code rust types as packed bytes with specific order (endian). Supports derive. - [](https://crates.io/crates/endian_codec)
|
||||
1. [gcode](https://github.com/Michael-F-Bryan/gcode-rs): A gcode parser for no-std applications - [](https://crates.io/crates/gcode)
|
||||
1. [heapless](https://crates.io/crates/heapless): provides `Vec`, `String`, `LinearMap`, `RingBuffer` backed by fixed-size buffers - 
|
||||
1. [ieee802154](https://crates.io/crates/ieee802154): Partial implementation of the IEEE 802.15.4 standard - 
|
||||
|
||||
Reference in New Issue
Block a user