From 7746d82f58e03b17be70b430f7bdf7440441c2ba Mon Sep 17 00:00:00 2001 From: Danilo Bargen Date: Wed, 22 May 2019 09:42:18 +0200 Subject: [PATCH] Add RN2xx3 WIP driver (#186) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 375650d..8668edd 100644 --- a/README.md +++ b/README.md @@ -522,6 +522,7 @@ Work in progress drivers. Help the authors make these crates awesome! - [VEML6040] - I2C - RGBW color light sensor - ![crates.io](https://img.shields.io/crates/v/veml6040.svg) - [SCD30] - I2C - CO₂ sensor - ![crates.io](https://img.shields.io/crates/v/scd30.svg) - [TPA2016D2] - I2C - A driver for interfacing with the Texas Instruments TPA2016D2 Class-D amplifier - ![crates.io](https://img.shields.io/crates/v/tpa2016d2.svg) +- [RN2xx3] - Serial - A driver for the RN2483 / RN2903 LoRaWAN modems by Microchip [MFRC522]: https://github.com/japaric/mfrc522 [motor-driver]: https://github.com/japaric/motor-driver @@ -588,6 +589,7 @@ Work in progress drivers. Help the authors make these crates awesome! [VEML6040]: https://crates.io/crates/veml6040 [SCD30]: https://crates.io/crates/scd30 [TPA2016D2]: https://crates.io/crates/tpa2016d2 +[RN2xx3]: https://github.com/dbrgn/rn2xx3-rs/ ## no-std crates