mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2025-06-06 13:28:47 +00:00
Add smart-leds-rs
This commit is contained in:
parent
9cdfd8767f
commit
5712bf1f93
1 changed files with 1 additions and 0 deletions
|
@ -489,6 +489,7 @@ Work in progress drivers. Help the authors make these crates awesome!
|
|||
- [qei](https://crates.io/crates/qei) : A qei wrapper that allows you to extend your qei timers from a 16 bit integer to a 64 bit integer. - 
|
||||
- [register-rs](https://github.com/rust-osdev/register-rs): Unified interface for MMIO and CPU registers. Provides type-safe bitfield manipulation. - 
|
||||
- [scroll](https://crates.io/crates/scroll): extensible and endian-aware Read/Write traits for generic containers - 
|
||||
- [smart-leds-rs](https://github.com/smart-leds-rs): Organization for addressable LEDs including WS2812 and APA102
|
||||
- [smoltcp](https://github.com/m-labs/smoltcp): a small TCP/IP stack that runs without `alloc`. 
|
||||
- [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. 
|
||||
|
||||
|
|
Loading…
Reference in a new issue