You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.[EEPROM24x] - I2C - 24x series serial EEPROM driver - [Intro blog post][12] - 
545
546
1.[embedded-ccs811] - I2C - Gas and VOC sensor driver for monitoring indoor air quality - [Intro blog post][49] - 
@@ -566,6 +567,7 @@ have achieved the "released" status (published on crates.io + documentation / sh
566
567
1.[Si4703] - I2C - FM radio turner (receiver) driver - [Intro blog post][31] - 
567
568
1.[SRAM23x] - SPI - Microchip 23x series serial SRAM/NVSRAM driver - [Intro blog post][51] - 
1.[STSPIN220] - STSPIN220 Stepper Motor Driver (based on [Stepper]) - [Intro blog post][52] - 
569
571
1.[Sx127x] - SPI - Long Range Low Power Sub GHz (Gfsk, LoRa) RF Transceiver - [Intro blog post][34] - 
570
572
1.[Sx128x] - SPI - Long range, low power 2.4 GHz (Gfsk, Flrc, LoRa) RF Transceiver - [Intro blog post][35] - 
571
573
1.[TC72] - SPI - Microchip TC72 temperature sensor - 
@@ -634,6 +636,7 @@ have achieved the "released" status (published on crates.io + documentation / sh
@@ -912,11 +917,13 @@ Work in progress drivers. Help the authors make these crates awesome!
912
917
1.[pc-keyboard]: A PS/2 keyboard protocol driver. Transport (bit-banging or SPI) agnostic, but can convert Set 2 Scancodes into Unicode. 
913
918
1.[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. - 
914
919
1.[qemu-exit]: Quit a running QEMU session with user-defined exit code. Useful for unit or integration tests using QEMU. - 
920
+
1.[RampMaker](https://crates.io/crates/ramp-maker): Stepper Motor Acceleration Ramp Generator - 
915
921
1.[register-rs](https://github.com/rust-embedded/register-rs): Unified interface for MMIO and CPU registers. Provides type-safe bitfield manipulation. `register-rs` is Tock registers with added support for CPU register definitions using the same API as for the MMIO registers. This enables homogeneous interfaces to registers of all kinds. - 
916
922
1.[scroll](https://crates.io/crates/scroll): extensible and endian-aware Read/Write traits for generic containers - 
917
923
1.[smbus-pec](https://crates.io/crates/smbus-pec): Minimal portable System Management Bus Packet Error Code calculation algorithm. 
918
924
1.[smoltcp](https://github.com/m-labs/smoltcp): a small TCP/IP stack that runs without `alloc`. 
919
925
1.[static-bytes](https://github.com/xoac/static-bytes): Help work with buffers without dynamic allocation. Implement traits from bytes crate. [](https://crates.io/crates/static-bytes)
926
+
1.[Stepper]: Universal Stepper Motor Interface - 
920
927
1.[tinybmp](https://crates.io/crates/tinybmp): No-std, no-alloc BMP parser for embedded systems. [Introductory blog post](https://wapl.es/rust/2019/03/04/embedded-graphics-0.4.7-bmp-support.html) - 
921
928
1.[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. 
922
929
1.[wyhash]: A fast, simple and portable hashing algorithm and random number generator. - 
@@ -933,6 +940,7 @@ Work in progress drivers. Help the authors make these crates awesome!
0 commit comments