From 378ca14d0eb5bab7bf813f1795e1dd2574b1c27c Mon Sep 17 00:00:00 2001 From: Diego Barrios Romero Date: Tue, 7 Jan 2020 16:27:44 +0100 Subject: [PATCH] Add WIP CCS811 and iAQ-Core gas/VOC sensor drivers --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2c1fe50..c678040 100644 --- a/README.md +++ b/README.md @@ -648,6 +648,8 @@ Work in progress drivers. Help the authors make these crates awesome! - [ST7735-lcd] - SPI - An embedded-graphics compatible driver for the popular lcd family from Sitronix ![crates.io](https://img.shields.io/crates/v/st7735-lcd.svg) - [spi-memory] - SPI - A generic driver for various SPI Flash and EEPROM chips - ![crates.io](https://img.shields.io/crates/v/spi-memory.svg) - [st7032i] - I2C - Dot Matrix LCD Controller driver (Sitronix ST7032i or similar). - ![crates.io](https://img.shields.io/crates/v/st7032i.svg) +- [CCS811] - I2C - Gas and VOC sensor driver for monitoring indoor air quality. +- [iAQ-Core] - I2C - iAQ-Core-C/iAQ-Core-P Gas and VOC sensor driver for monitoring indoor air quality. [MFRC522]: https://github.com/japaric/mfrc522 [motor-driver]: https://github.com/japaric/motor-driver @@ -716,6 +718,8 @@ Work in progress drivers. Help the authors make these crates awesome! [ST7735-lcd]: https://crates.io/crates/st7735-lcd [spi-memory]: https://github.com/jonas-schievink/spi-memory/ [st7032i]: https://github.com/dotcypress/st7032i +[CCS811]: https://github.com/eldruin/ccs811-rs +[iAQ-Core]: https://github.com/eldruin/iaq-core-rs ## no-std crates