mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2025-05-05 22:54:42 +00:00
Merge #319
319: add adskalman r=eldruin a=astraw Co-authored-by: Andrew Straw <strawman@astraw.com>
This commit is contained in:
commit
94e63c2bf9
1 changed files with 1 additions and 0 deletions
|
@ -892,6 +892,7 @@ Work in progress drivers. Help the authors make these crates awesome!
|
|||
|
||||
[`#![no_std]` crates][no-std-category] designed to run on resource constrained devices.
|
||||
|
||||
1. [adskalman](https://crates.io/crates/adskalman): Kalman filter and Rauch-Tung-Striebel smoothing implementation. 
|
||||
1. [atomic](https://crates.io/crates/atomic): Generic Atomic<T> wrapper type. 
|
||||
1. [bbqueue](https://crates.io/crates/bbqueue): A SPSC, statically allocatable queue based on BipBuffers suitable for DMA transfers - 
|
||||
1. [bitmatch]: A crate that allows you to match, bind, and pack the individual bits of integers. - 
|
||||
|
|
Loading…
Reference in a new issue