Update 'Embedded Rust Resources'

master
Levi Pearson 2022-03-10 08:46:28 +00:00
parent 6d7b82fd68
commit ad71a52d95
1 changed files with 16 additions and 1 deletions

@ -1 +1,16 @@
# Embedded Rust Resources
# Embedded Rust Resources
+ [Awesome Embedded Rust](https://github.com/rust-embedded/awesome-embedded-rust)
+ Crates
+ [heapless](https://docs.rs/heapless/0.7.10/heapless/)
+ [embedded-graphics](https://docs.rs/embedded-graphics/latest/embedded_graphics/)
+ [debouncr](https://docs.rs/debouncr/latest/debouncr/)
+ [cmim](https://docs.rs/cmim/0.2.1/cmim/)
+ [MPU6050 driver](https://github.com/juliangaal/mpu6050)
+ [bbqueue](https://docs.rs/bbqueue/0.5.1/bbqueue/)
+ [micromath](https://docs.rs/micromath/latest/micromath/)
+ [scapegoat](https://docs.rs/scapegoat/2.3.0/scapegoat/)
+ [static_bytes](https://docs.rs/static-bytes/latest/static_bytes/index.html)
+ Frameworks/Toolsets
+ [Embassy](https://embassy.dev/embassy/dev/index.html)
+ [RTIC](https://rtic.rs/1/book/en/)
+ Ferrous Systems [Knurling Tools](https://knurling.ferrous-systems.com/tools/)