mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2024-12-24 17:00:40 +00:00
Add wyhash crate (#172)
This commit is contained in:
parent
1758ee8485
commit
46f4ef9465
1 changed files with 2 additions and 0 deletions
|
@ -563,12 +563,14 @@ Work in progress drivers. Help the authors make these crates awesome!
|
|||
- [smoltcp](https://github.com/m-labs/smoltcp): a small TCP/IP stack that runs without `alloc`. ![crates.io](https://img.shields.io/crates/v/smoltcp.svg)
|
||||
- [vga-framebuffer]: A VGA signal generator and font renderer for VGA-less microcontrollers. Used by [Monotron](https://github.com/thejpster/monotron) to generate 48 by 36 character display using 3 SPI peripherals and a timer. ![crates.io](https://img.shields.io/crates/v/vga-framebuffer.svg)
|
||||
- [dcmimu]: An algorithm for fusing low-cost triaxial MEMS gyroscope and accelerometer measurements ![crates.io](https://img.shields.io/crates/v/dcmimu.svg)
|
||||
- [wyhash]: A fast, simple and portable hashing algorithm and random number generator. - ![crates.io](https://img.shields.io/crates/v/wyhash.svg)
|
||||
|
||||
[pc-keyboard]: https://github.com/thejpster/pc-keyboard
|
||||
[vga-framebuffer]: https://github.com/thejpster/vga-framebuffer-rs
|
||||
[menu]: https://github.com/thejpster/menu
|
||||
[biquad]: https://crates.io/crates/biquad
|
||||
[dcmimu]: https://crates.io/crates/dcmimu
|
||||
[wyhash]: https://crates.io/crates/wyhash
|
||||
|
||||
### WIP
|
||||
|
||||
|
|
Loading…
Reference in a new issue