From 027b6ff2448a6e937ee5a47d4514d5b64f34e83a Mon Sep 17 00:00:00 2001 From: Diego Barrios Romero Date: Fri, 26 Oct 2018 08:31:24 +0200 Subject: [PATCH] Add WIP driver for TMP102 and TMP112x temperature sensors --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b4aff19..077d1ec 100644 --- a/README.md +++ b/README.md @@ -377,6 +377,7 @@ Work in progress drivers. Help the authors make these crates awesome! - [LM75] - I2C - Temperature sensor and thermal watchdog - ![crates.io](https://img.shields.io/crates/v/lm75.svg) - [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 [MFRC522]: https://github.com/japaric/mfrc522 [MPU9250]: https://github.com/japaric/mpu9250 @@ -421,6 +422,7 @@ Work in progress drivers. Help the authors make these crates awesome! [VEML6070]: https://crates.io/crates/veml6070 [VEML6075]: https://crates.io/crates/veml6075 [LM75]: https://crates.io/crates/lm75 +[TMP1x2]: https://github.com/eldruin/tmp1x2-rs [MAX44009]: https://crates.io/crates/max44009 [TCS3472]: https://crates.io/crates/tcs3472