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
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -788,6 +788,8 @@ Otherwise please add it to the [WIP section](#WIP) below.
788
788
1.[DW1000] - SPI - Radio transceiver (IEEE 802.15.4 and position tracking) - [Article][45] - 
789
789
1.[Adafruit-7segment] - I2C - Driver for Adafruit 7-segment LED Numeric Backpack based on the ht16k33 chip - [github][47] - 
790
790
1.[ST7565] - SPI - An embedded-graphics compatible driver for LCD displays based on the ST7565 chip - [github][64] - 
791
+
1.[tb6612fng] - A `no_std` driver for the TB6612FNG motor driver - 
792
+
1.[vl53l1x-uld] - I2C - A pure-rust driver for the [ST VL53L1X](https://www.st.com/en/imaging-and-photonics-solutions/vl53l1x.html) - 
*NOTE* You may be able to find even more driver crates by searching for the [`embedded-hal-driver`]
931
935
keyword on crates.io!
@@ -1191,6 +1195,7 @@ Work in progress drivers. Help the authors make these crates awesome!
1191
1195
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) - 
1192
1196
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. 
1193
1197
1.[wyhash]: A fast, simple and portable hashing algorithm and random number generator. - 
1198
+
1.[adafruit-bluefruit-protocol]: A `no_std` parser for the [Adafruit Bluefruit LE Connect controller protocol]. - 
0 commit comments