Skip to content

Commit 63b8226

Browse files
Merge #262
262: Move DW1000 driver out of WIP section r=adamgreig a=hannobraun It finally has an introductory article now. Co-authored-by: Hanno Braun <hanno@braun-embedded.com>
2 parents 7e3b999 + 18f3ad9 commit 63b8226

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,7 @@ have achieved the "released" status (published on crates.io + documentation / sh
513513
1. [usbd-midi] - USB MIDI class implementation - [github][41] - ![crates.io](https://img.shields.io/crates/v/usbd-midi.svg)
514514
1. [usbd-webusb] - USB webUSB class implementation - [github][39] - ![crates.io](https://img.shields.io/crates/v/usbd-webusb.svg)
515515
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)
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`]
604607
keyword on crates.io!
@@ -622,7 +625,6 @@ Work in progress drivers. Help the authors make these crates awesome!
622625
1. [DS3231] - I2C - real time clock
623626
1. [DS3234] - SPI - Real time clock
624627
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)
626628
1. [eink-waveshare] - SPI - driver for E-Paper Modules from Waveshare
627629
1. [embedded-morse] - Output morse messages - ![crates.io](https://img.shields.io/crates/v/embedded-morse.svg)
628630
1. [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

Comments
 (0)