File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -484,6 +484,7 @@ have achieved the "released" status (published on crates.io + documentation / sh
484
484
1 . [ usbd-hid-device] - USB HID class implementation without ` unsafe ` - [ github] [ 40 ] - ![ crates.io] ( https://img.shields.io/crates/v/usbd-hid-device.svg )
485
485
1 . [ usbd-midi] - USB MIDI class implementation - [ github] [ 41 ] - ![ crates.io] ( https://img.shields.io/crates/v/usbd-midi.svg )
486
486
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 )
487
488
488
489
[ 1&2 ] : http://blog.japaric.io/wd-1-2-l3gd20-lsm303dlhc-madgwick/
489
490
[ 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
524
525
[ 39 ] : https://github.com/redpfire/usbd-webusb
525
526
[ 40 ] : https://github.com/agalakhov/usbd-hid-device
526
527
[ 41 ] : https://github.com/btrepp/usbd-midi
528
+ [ 42 ] : https://github.com/dbrgn/shtcx-rs
527
529
528
530
[ AD983x ] : https://crates.io/crates/ad983x
529
531
[ adafruit-alphanum4 ] : https://crates.io/crates/adafruit-alphanum4
@@ -566,6 +568,7 @@ have achieved the "released" status (published on crates.io + documentation / sh
566
568
[ usbd-hid-device ] : http://crates.io/crates/usbd-hid-device
567
569
[ usbd-midi ] : http://crates.io/crates/usbd-midi
568
570
[ usbd-webusb ] : http://crates.io/crates/usbd-webusb
571
+ [ SHTCx ] : http://crates.io/crates/shtcx
569
572
570
573
* NOTE* You may be able to find even more driver crates by searching for the [ ` embedded-hal-driver ` ]
571
574
keyword on crates.io!
You can’t perform that action at this time.
0 commit comments