Skip to content

Commit 40e916f

Browse files
bors[bot]rursprungjamesmunns
authored
Merge #399
399: add some additional crates r=jamesmunns a=rursprung two are mine, the third is one i'm using but am otherwise not associated with. Co-authored-by: Ralph Ursprung <[email protected]> Co-authored-by: James Munns <[email protected]>
2 parents 37b9e15 + f60d992 commit 40e916f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -788,6 +788,8 @@ Otherwise please add it to the [WIP section](#WIP) below.
788788
1. [DW1000] - SPI - Radio transceiver (IEEE 802.15.4 and position tracking) - [Article][45] - ![crates.io](https://img.shields.io/crates/v/dw1000.svg)
789789
1. [Adafruit-7segment] - I2C - Driver for Adafruit 7-segment LED Numeric Backpack based on the ht16k33 chip - [github][47] - ![crates.io](https://img.shields.io/crates/v/adafruit-7segment.svg)
790790
1. [ST7565] - SPI - An embedded-graphics compatible driver for LCD displays based on the ST7565 chip - [github][64] - ![crates.io](https://img.shields.io/crates/v/st7565.svg)
791+
1. [tb6612fng] - A `no_std` driver for the TB6612FNG motor driver - ![Crates.io](https://img.shields.io/crates/v/tb6612fng.svg)
792+
1. [vl53l1x-uld] - I2C - A pure-rust driver for the [ST VL53L1X](https://www.st.com/en/imaging-and-photonics-solutions/vl53l1x.html) - ![crates.io](https://img.shields.io/crates/v/vl53l1x-uld.svg)
791793

792794
[1&2]: http://blog.japaric.io/wd-1-2-l3gd20-lsm303dlhc-madgwick/
793795
[3]: http://pramode.in/2018/02/24/an-introduction-to-writing-embedded-hal-based-drivers-in-rust/
@@ -926,6 +928,8 @@ Otherwise please add it to the [WIP section](#WIP) below.
926928
[DW1000]: https://crates.io/crates/dw1000
927929
[Adafruit-7segment]: https://crates.io/crates/adafruit-7segment
928930
[ST7565]: http://crates.io/crates/st7565
931+
[tb6612fng]: https://crates.io/crates/tb6612fng
932+
[vl53l1x-uld]: https://crates.io/crates/vl53l1x-uld
929933

930934
*NOTE* You may be able to find even more driver crates by searching for the [`embedded-hal-driver`]
931935
keyword on crates.io!
@@ -1191,6 +1195,7 @@ Work in progress drivers. Help the authors make these crates awesome!
11911195
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)
11921196
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)
11931197
1. [wyhash]: A fast, simple and portable hashing algorithm and random number generator. - ![crates.io](https://img.shields.io/crates/v/wyhash.svg)
1198+
1. [adafruit-bluefruit-protocol]: A `no_std` parser for the [Adafruit Bluefruit LE Connect controller protocol]. - ![crates.io](https://img.shields.io/crates/v/adafruit-bluefruit-protocol)
11941199

11951200
[`cmim`]: https://crates.io/crates/cmim
11961201
[`panic-persist`]: https://crates.io/crates/panic-persist
@@ -1208,6 +1213,8 @@ Work in progress drivers. Help the authors make these crates awesome!
12081213
[Stepper]: https://crates.io/crates/stepper
12091214
[vga-framebuffer]: https://github.com/thejpster/vga-framebuffer-rs
12101215
[wyhash]: https://crates.io/crates/wyhash
1216+
[adafruit-bluefruit-protocol]: https://crates.io/crates/adafruit-bluefruit-protocol
1217+
[Adafruit Bluefruit LE Connect controller protocol]: https://learn.adafruit.com/bluefruit-le-connect/controller
12111218

12121219
### WIP
12131220

0 commit comments

Comments
 (0)