@@ -513,6 +513,7 @@ have achieved the "released" status (published on crates.io + documentation / sh
513
513
1 . [ usbd-midi] - USB MIDI class implementation - [ github] [ 41 ] - ![ crates.io] ( https://img.shields.io/crates/v/usbd-midi.svg )
514
514
1 . [ usbd-webusb] - USB webUSB class implementation - [ github] [ 39 ] - ![ crates.io] ( https://img.shields.io/crates/v/usbd-webusb.svg )
515
515
1 . [ SHTCx] - I2C - Temperature / humidity sensors - [ github] [ 42 ] - ![ crates.io] ( https://img.shields.io/crates/v/shtcx.svg )
516
+ 1 . [ DW1000] - SPI - Radio transceiver (IEEE 802.15.4 and position tracking) - [ Article] [ 44 ] - ![ crates.io] ( https://img.shields.io/crates/v/dw1000.svg )
516
517
517
518
[ 1&2 ] : http://blog.japaric.io/wd-1-2-l3gd20-lsm303dlhc-madgwick/
518
519
[ 3 ] : http://pramode.in/2018/02/24/an-introduction-to-writing-embedded-hal-based-drivers-in-rust/
@@ -555,6 +556,7 @@ have achieved the "released" status (published on crates.io + documentation / sh
555
556
[ 41 ] : https://github.com/btrepp/usbd-midi
556
557
[ 42 ] : https://github.com/dbrgn/shtcx-rs
557
558
[ 43 ] : https://jitter.company/blog/2020/02/14/adxl355-embedded-hal-driver-crate/
559
+ [ 44 ] : https://braun-embedded.com/dw1000/
558
560
559
561
[ AD983x ] : https://crates.io/crates/ad983x
560
562
[ adafruit-alphanum4 ] : https://crates.io/crates/adafruit-alphanum4
@@ -599,6 +601,7 @@ have achieved the "released" status (published on crates.io + documentation / sh
599
601
[ usbd-midi ] : http://crates.io/crates/usbd-midi
600
602
[ usbd-webusb ] : http://crates.io/crates/usbd-webusb
601
603
[ SHTCx ] : http://crates.io/crates/shtcx
604
+ [ DW1000 ] : https://crates.io/crates/dw1000
602
605
603
606
* NOTE* You may be able to find even more driver crates by searching for the [ ` embedded-hal-driver ` ]
604
607
keyword on crates.io!
@@ -622,7 +625,6 @@ Work in progress drivers. Help the authors make these crates awesome!
622
625
1 . [ DS3231] - I2C - real time clock
623
626
1 . [ DS3234] - SPI - Real time clock
624
627
1 . [ DS323x] - I2C/SPI - Real-time clocks (RTC): DS3231, DS3232 and DS3234 - ![ crates.io] ( https://img.shields.io/crates/v/ds323x.svg )
625
- 1 . [ DW1000] - SPI - Radio transceiver for communication based on IEEE 802.15.4 and position tracking - ![ crates.io] ( https://img.shields.io/crates/v/dw1000.svg )
626
628
1 . [ eink-waveshare] - SPI - driver for E-Paper Modules from Waveshare
627
629
1 . [ embedded-morse] - Output morse messages - ![ crates.io] ( https://img.shields.io/crates/v/embedded-morse.svg )
628
630
1 . [ embedded-nrf24l01] - SPI+GPIO - 2.4 GHz radio
@@ -697,7 +699,6 @@ Work in progress drivers. Help the authors make these crates awesome!
697
699
[ DS3231 ] : https://github.com/wose/ds3231
698
700
[ DS3234 ] : https://github.com/rust-embedded/wg/issues/39#issuecomment-375262785
699
701
[ DS323x ] : https://crates.io/crates/ds323x
700
- [ DW1000 ] : https://crates.io/crates/dw1000
701
702
[ eink-waveshare ] : https://crates.io/crates/eink_waveshare_rs
702
703
[ embedded-morse ] : https://crates.io/crates/embedded-morse
703
704
[ embedded-nrf24l01 ] : https://crates.io/crates/embedded-nrf24l01
0 commit comments