@@ -513,6 +513,7 @@ have achieved the "released" status (published on crates.io + documentation / sh
5135131 . [ usbd-midi] - USB MIDI class implementation - [ github] [ 41 ] - ![ crates.io] ( https://img.shields.io/crates/v/usbd-midi.svg )
5145141 . [ usbd-webusb] - USB webUSB class implementation - [ github] [ 39 ] - ![ crates.io] ( https://img.shields.io/crates/v/usbd-webusb.svg )
5155151 . [ 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 )
516517
517518[ 1&2 ] : http://blog.japaric.io/wd-1-2-l3gd20-lsm303dlhc-madgwick/
518519[ 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
555556[ 41 ] : https://github.com/btrepp/usbd-midi
556557[ 42 ] : https://github.com/dbrgn/shtcx-rs
557558[ 43 ] : https://jitter.company/blog/2020/02/14/adxl355-embedded-hal-driver-crate/
559+ [ 44 ] : https://braun-embedded.com/dw1000/
558560
559561[ AD983x ] : https://crates.io/crates/ad983x
560562[ adafruit-alphanum4 ] : https://crates.io/crates/adafruit-alphanum4
@@ -599,6 +601,7 @@ have achieved the "released" status (published on crates.io + documentation / sh
599601[ usbd-midi ] : http://crates.io/crates/usbd-midi
600602[ usbd-webusb ] : http://crates.io/crates/usbd-webusb
601603[ SHTCx ] : http://crates.io/crates/shtcx
604+ [ DW1000 ] : https://crates.io/crates/dw1000
602605
603606* NOTE* You may be able to find even more driver crates by searching for the [ ` embedded-hal-driver ` ]
604607keyword on crates.io!
@@ -622,7 +625,6 @@ Work in progress drivers. Help the authors make these crates awesome!
6226251 . [ DS3231] - I2C - real time clock
6236261 . [ DS3234] - SPI - Real time clock
6246271 . [ 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 )
6266281 . [ eink-waveshare] - SPI - driver for E-Paper Modules from Waveshare
6276291 . [ embedded-morse] - Output morse messages - ![ crates.io] ( https://img.shields.io/crates/v/embedded-morse.svg )
6286301 . [ embedded-nrf24l01] - SPI+GPIO - 2.4 GHz radio
@@ -697,7 +699,6 @@ Work in progress drivers. Help the authors make these crates awesome!
697699[ DS3231 ] : https://github.com/wose/ds3231
698700[ DS3234 ] : https://github.com/rust-embedded/wg/issues/39#issuecomment-375262785
699701[ DS323x ] : https://crates.io/crates/ds323x
700- [ DW1000 ] : https://crates.io/crates/dw1000
701702[ eink-waveshare ] : https://crates.io/crates/eink_waveshare_rs
702703[ embedded-morse ] : https://crates.io/crates/embedded-morse
703704[ embedded-nrf24l01 ] : https://crates.io/crates/embedded-nrf24l01
0 commit comments