Skip to content

Commit df0b0c5

Browse files
authored
Merge pull request #402 from FloppyDisck/lib-additions
Add SHT31-rs and I2C-Multiplexer to driver crates
2 parents 1efc8b1 + 875cd48 commit df0b0c5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -817,6 +817,8 @@ Otherwise please add it to the [WIP section](#WIP) below.
817817
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)
818818
1. [tb6612fng] - A `no_std` driver for the TB6612FNG motor driver - ![Crates.io](https://img.shields.io/crates/v/tb6612fng.svg)
819819
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)
820+
1. [i2c-multiplexer] - I2C - An I2C Multiplexer library that supports the PCA9546 and TCA9546A chips - [github][71] - ![crates.io](https://img.shields.io/crates/v/i2c-multiplexer.svg)
821+
1. [SHT31-rs] - I2C - Fully supported SHT temperature / humidity sensors - [github][72] - ![crates.io](https://img.shields.io/crates/v/sht31.svg)
820822

821823
[1&2]: http://blog.japaric.io/wd-1-2-l3gd20-lsm303dlhc-madgwick/
822824
[3]: http://pramode.in/2018/02/24/an-introduction-to-writing-embedded-hal-based-drivers-in-rust/
@@ -886,6 +888,8 @@ Otherwise please add it to the [WIP section](#WIP) below.
886888
[68]: https://github.com/UnderLogic/sega-controller
887889
[69]: https://github.com/fmckeogh/usb-pd-rs
888890
[70]: https://github.com/cfrenette/bma400-rs
891+
[71]: https://github.com/FloppyDisck/i2c-multiplexer
892+
[72]: https://github.com/FloppyDisck/SHT31-rs
889893

890894
[AD983x]: https://crates.io/crates/ad983x
891895
[adafruit-alphanum4]: https://crates.io/crates/adafruit-alphanum4
@@ -964,6 +968,8 @@ Otherwise please add it to the [WIP section](#WIP) below.
964968
[ST7565]: http://crates.io/crates/st7565
965969
[tb6612fng]: https://crates.io/crates/tb6612fng
966970
[vl53l1x-uld]: https://crates.io/crates/vl53l1x-uld
971+
[i2c-multiplexer]: https://crates.io/crates/i2c-multiplexer
972+
[SHT31-rs]: https://crates.io/crates/sht31
967973

968974
*NOTE* You may be able to find even more driver crates by searching for the [`embedded-hal-driver`]
969975
keyword on crates.io!

0 commit comments

Comments
 (0)