Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5853d5d

Browse files
bors[bot]hannobraun
andauthored
Merge #313
313: Add crates from Flott toolkit r=eldruin a=hannobraun Co-authored-by: Hanno Braun <hanno@braun-embedded.com>
2 parents 680e198 + a81cda1 commit 5853d5d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

‎README.md‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,7 @@ have achieved the "released" status (published on crates.io + documentation / sh
540540
1. [BlueNRG] - SPI - driver for BlueNRG-MS Bluetooth module - [Intro post][15] ![crates.io](https://img.shields.io/crates/v/bluenrg.svg)
541541
1. [BNO055] - I2C - Bosch Sensortec BNO055 9-axis IMU driver - [Intro post][18] ![crates.io](https://img.shields.io/crates/v/bno055.svg)
542542
1. [dht-sensor] - 1-Wire - DHT11/DHT22 temperature/humidity sensor driver - [github][48] - ![crates.io](https://img.shields.io/crates/v/dht-sensor.svg)
543+
1. [DRV8825] - DRV8825 Stepper Motor Driver (based on [Stepper]) - [Intro blog post][52] - ![crates.io](https://img.shields.io/crates/v/drv8825.svg)
543544
1. [DS1307] - I2C - Real-time clock driver - [Intro blog post][13] - ![crates.io](https://img.shields.io/crates/v/ds1307.svg)
544545
1. [EEPROM24x] - I2C - 24x series serial EEPROM driver - [Intro blog post][12] - ![crates.io](https://img.shields.io/crates/v/eeprom24x.svg)
545546
1. [embedded-ccs811] - I2C - Gas and VOC sensor driver for monitoring indoor air quality - [Intro blog post][49] - ![crates.io](https://img.shields.io/crates/v/embedded-ccs811.svg)
@@ -566,6 +567,7 @@ have achieved the "released" status (published on crates.io + documentation / sh
566567
1. [Si4703] - I2C - FM radio turner (receiver) driver - [Intro blog post][31] - ![crates.io](https://img.shields.io/crates/v/si4703.svg)
567568
1. [SRAM23x] - SPI - Microchip 23x series serial SRAM/NVSRAM driver - [Intro blog post][51] - ![crates.io](https://img.shields.io/crates/v/sram23x.svg)
568569
1. [SSD1306] - I2C/SPI - OLED display controller - [Intro blog post][8] - ![crates.io](https://img.shields.io/crates/v/ssd1306.svg)
570+
1. [STSPIN220] - STSPIN220 Stepper Motor Driver (based on [Stepper]) - [Intro blog post][52] - ![crates.io](https://img.shields.io/crates/v/stspin220.svg)
569571
1. [Sx127x] - SPI - Long Range Low Power Sub GHz (Gfsk, LoRa) RF Transceiver - [Intro blog post][34] - ![crates.io](https://img.shields.io/crates/v/radio-sx127x.svg)
570572
1. [Sx128x] - SPI - Long range, low power 2.4 GHz (Gfsk, Flrc, LoRa) RF Transceiver - [Intro blog post][35] - ![crates.io](https://img.shields.io/crates/v/radio-sx128x.svg)
571573
1. [TC72] - SPI - Microchip TC72 temperature sensor - ![crates.io](https://img.shields.io/crates/v/microchip-tc72r-rs.svg)
@@ -634,6 +636,7 @@ have achieved the "released" status (published on crates.io + documentation / sh
634636
[49]: https://blog.eldruin.com/ccs811-indoor-air-quality-sensor-driver-in-rust/
635637
[50]: https://nitschinger.at/Rusty-PID-Porting-the-TSic-sensor-from-C-to-Rust/
636638
[51]: https://blog.a1w.ca/p/rust-embedded-driver-microchip-23x-sram
639+
[52]: https://flott-motion.org/news/announcing-step-dir/
637640

638641
[AD983x]: https://crates.io/crates/ad983x
639642
[adafruit-alphanum4]: https://crates.io/crates/adafruit-alphanum4
@@ -647,6 +650,7 @@ have achieved the "released" status (published on crates.io + documentation / sh
647650
[BlueNRG]: https://crates.io/crates/bluenrg
648651
[BNO055]: https://crates.io/crates/bno055
649652
[dht-sensor]: https://crates.io/crates/dht-sensor
653+
[DRV8825]: https://crates.io/crates/drv8825
650654
[DS1307]: https://crates.io/crates/ds1307
651655
[EEPROM24x]: https://crates.io/crates/eeprom24x
652656
[embedded-ccs811]: https://crates.io/crates/embedded-ccs811
@@ -673,6 +677,7 @@ have achieved the "released" status (published on crates.io + documentation / sh
673677
[Si4703]: https://crates.io/crates/si4703
674678
[SRAM23x]: https://crates.io/crates/sram23x
675679
[SSD1306]: https://crates.io/crates/ssd1306
680+
[STSPIN220]: https://crates.io/crates/stspin220
676681
[Sx127x]: https://crates.io/crates/radio-sx127x
677682
[Sx128x]: https://crates.io/crates/radio-sx128x
678683
[TC72]: https://crates.io/crates/microchip-tc72r-rs
@@ -912,11 +917,13 @@ Work in progress drivers. Help the authors make these crates awesome!
912917
1. [pc-keyboard]: A PS/2 keyboard protocol driver. Transport (bit-banging or SPI) agnostic, but can convert Set 2 Scancodes into Unicode. ![crates.io](https://img.shields.io/crates/v/pc-keyboard.svg)
913918
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. - ![crates.io](https://img.shields.io/crates/v/qei.svg)
914919
1. [qemu-exit]: Quit a running QEMU session with user-defined exit code. Useful for unit or integration tests using QEMU. - ![crates.io](https://img.shields.io/crates/v/qemu-exit.svg)
920+
1. [RampMaker](https://crates.io/crates/ramp-maker): Stepper Motor Acceleration Ramp Generator - ![crates.io](https://img.shields.io/crates/v/ramp-maker.svg)
915921
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. - ![crates.io](https://img.shields.io/crates/v/register.svg)
916922
1. [scroll](https://crates.io/crates/scroll): extensible and endian-aware Read/Write traits for generic containers - ![crates.io](https://img.shields.io/crates/v/scroll.svg)
917923
1. [smbus-pec](https://crates.io/crates/smbus-pec): Minimal portable System Management Bus Packet Error Code calculation algorithm. ![crates.io](https://img.shields.io/crates/v/smbus-pec.svg)
918924
1. [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)
919925
1. [static-bytes](https://github.com/xoac/static-bytes): Help work with buffers without dynamic allocation. Implement traits from bytes crate. [![crate.io](https://img.shields.io/crates/v/static-bytes.svg)](https://crates.io/crates/static-bytes)
926+
1. [Stepper]: Universal Stepper Motor Interface - ![crates.io](https://img.shields.io/crates/v/stepper.svg)
920927
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) - ![crates.io](https://img.shields.io/crates/v/tinybmp.svg)
921928
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. ![crates.io](https://img.shields.io/crates/v/vga-framebuffer.svg)
922929
1. [wyhash]: A fast, simple and portable hashing algorithm and random number generator. - ![crates.io](https://img.shields.io/crates/v/wyhash.svg)
@@ -933,6 +940,7 @@ Work in progress drivers. Help the authors make these crates awesome!
933940
[menu]: https://github.com/thejpster/menu
934941
[pc-keyboard]: https://github.com/thejpster/pc-keyboard
935942
[qemu-exit]: https://crates.io/crates/qemu-exit
943+
[Stepper]: https://crates.io/crates/stepper
936944
[vga-framebuffer]: https://github.com/thejpster/vga-framebuffer-rs
937945
[wyhash]: https://crates.io/crates/wyhash
938946

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /