Skip to content

Commit 4f43758

Browse files
bors[bot]dbrgn
andauthored
Merge #251
251: Drivers: Add SHTCx r=adamgreig a=dbrgn Should be feature-complete. Supports SHTC1, SHTC3 and SHTW2. Blogpost will probably follow. Co-authored-by: Danilo Bargen <mail@dbrgn.ch>
2 parents 2f9f2b1 + 80364cf commit 4f43758

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
@@ -484,6 +484,7 @@ have achieved the "released" status (published on crates.io + documentation / sh
484484
1. [usbd-hid-device] - USB HID class implementation without `unsafe` - [github][40] - ![crates.io](https://img.shields.io/crates/v/usbd-hid-device.svg)
485485
1. [usbd-midi] - USB MIDI class implementation - [github][41] - ![crates.io](https://img.shields.io/crates/v/usbd-midi.svg)
486486
1. [usbd-webusb] - USB webUSB class implementation - [github][39] - ![crates.io](https://img.shields.io/crates/v/usbd-webusb.svg)
487+
1. [SHTCx] - I2C - Temperature / humidity sensors - [github][42] - ![crates.io](https://img.shields.io/crates/v/shtcx.svg)
487488

488489
[1&2]: http://blog.japaric.io/wd-1-2-l3gd20-lsm303dlhc-madgwick/
489490
[3]: http://pramode.in/2018/02/24/an-introduction-to-writing-embedded-hal-based-drivers-in-rust/
@@ -524,6 +525,7 @@ have achieved the "released" status (published on crates.io + documentation / sh
524525
[39]: https://github.com/redpfire/usbd-webusb
525526
[40]: https://github.com/agalakhov/usbd-hid-device
526527
[41]: https://github.com/btrepp/usbd-midi
528+
[42]: https://github.com/dbrgn/shtcx-rs
527529

528530
[AD983x]: https://crates.io/crates/ad983x
529531
[adafruit-alphanum4]: https://crates.io/crates/adafruit-alphanum4
@@ -566,6 +568,7 @@ have achieved the "released" status (published on crates.io + documentation / sh
566568
[usbd-hid-device]: http://crates.io/crates/usbd-hid-device
567569
[usbd-midi]: http://crates.io/crates/usbd-midi
568570
[usbd-webusb]: http://crates.io/crates/usbd-webusb
571+
[SHTCx]: http://crates.io/crates/shtcx
569572

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

0 commit comments

Comments
 (0)