From 19a1092514024073d3174ee34ce07510521d1c73 Mon Sep 17 00:00:00 2001 From: Diego Barrios Romero Date: Wed, 31 Oct 2018 11:35:24 +0100 Subject: [PATCH] Add DS323x RTC driver --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7b2b2aaa..1df37a7f 100644 --- a/README.md +++ b/README.md @@ -381,6 +381,7 @@ Work in progress drivers. Help the authors make these crates awesome! - [MAX44009] - I2C - Ambient light sensor - ![crates.io](https://img.shields.io/crates/v/max44009.svg) - [TCS3472] - I2C - RGB color light sensor - ![crates.io](https://img.shields.io/crates/v/tcs3472.svg) - [TMP1x2] - I2C - Temperature sensors: TMP102, TMP112x +- [DS323x] - I2C/SPI - Real-time clocks (RTC): DS3231, DS3232 and DS3234 - ![crates.io](https://img.shields.io/crates/v/ds323x.svg) [MFRC522]: https://github.com/japaric/mfrc522 [MPU9250]: https://github.com/japaric/mpu9250 @@ -428,6 +429,7 @@ Work in progress drivers. Help the authors make these crates awesome! [TMP1x2]: https://github.com/eldruin/tmp1x2-rs [MAX44009]: https://crates.io/crates/max44009 [TCS3472]: https://crates.io/crates/tcs3472 +[DS323x]: https://crates.io/crates/ds323x ## no-std crates