Skip to content

Commit c071386

Browse files
authored
Merge pull request #491 from ScottGibb/patch-1
Add AP33772S driver to README
2 parents e89af43 + 292bcca commit c071386

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -893,6 +893,7 @@ Otherwise, please add it to the [WIP section](#wip) below.
893893
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)](https://crates.io/crates/vl53l1x-uld)
894894
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)](https://crates.io/crates/i2c-multiplexer)
895895
1. [SHT31-rs] - I2C - Fully supported SHT temperature / humidity sensors - [github][72] - [![crates.io](https://img.shields.io/crates/v/sht31.svg)](https://crates.io/crates/sht31)
896+
1. [AP33772S-rs] - I2C - no-std sync and async compatible rust driver for the AP33772S USB C Power Delivery with Extended Power Range I2C chip - [github][76] - [![crates.io](https://img.shields.io/crates/v/ap33772s-rs.svg)](https://crates.io/crates/ap33772s-rs)
896897

897898
[1&2]: http://blog.japaric.io/wd-1-2-l3gd20-lsm303dlhc-madgwick/
898899
[3]: http://pramode.in/2018/02/24/an-introduction-to-writing-embedded-hal-based-drivers-in-rust/
@@ -967,6 +968,7 @@ Otherwise, please add it to the [WIP section](#wip) below.
967968
[73]: https://barretts.club/posts/max6675-hal/
968969
[74]: https://github.com/rust-dd/embedded-dht-rs
969970
[75]: https://learn.adafruit.com/adafruit-seesaw-atsamd09-breakout/overview
971+
[76]: https://github.com/ScottGibb/AP33772S-rs
970972

971973
[AD983x]: https://crates.io/crates/ad983x
972974
[adafruit-alphanum4]: https://crates.io/crates/adafruit-alphanum4
@@ -1054,6 +1056,7 @@ Otherwise, please add it to the [WIP section](#wip) below.
10541056
[vl53l1x-uld]: https://crates.io/crates/vl53l1x-uld
10551057
[i2c-multiplexer]: https://crates.io/crates/i2c-multiplexer
10561058
[SHT31-rs]: https://crates.io/crates/sht31
1059+
[AP33772S-rs]: https://crates.io/crates/ap33772s-rs
10571060

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

0 commit comments

Comments
 (0)