Skip to content

Commit 378ca14

Browse files
committed
Add WIP CCS811 and iAQ-Core gas/VOC sensor drivers
1 parent ba676b6 commit 378ca14

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -648,6 +648,8 @@ Work in progress drivers. Help the authors make these crates awesome!
648648
- [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)
649649
- [spi-memory] - SPI - A generic driver for various SPI Flash and EEPROM chips - ![crates.io](https://img.shields.io/crates/v/spi-memory.svg)
650650
- [st7032i] - I2C - Dot Matrix LCD Controller driver (Sitronix ST7032i or similar). - ![crates.io](https://img.shields.io/crates/v/st7032i.svg)
651+
- [CCS811] - I2C - Gas and VOC sensor driver for monitoring indoor air quality.
652+
- [iAQ-Core] - I2C - iAQ-Core-C/iAQ-Core-P Gas and VOC sensor driver for monitoring indoor air quality.
651653

652654
[MFRC522]: https://github.com/japaric/mfrc522
653655
[motor-driver]: https://github.com/japaric/motor-driver
@@ -716,6 +718,8 @@ Work in progress drivers. Help the authors make these crates awesome!
716718
[ST7735-lcd]: https://crates.io/crates/st7735-lcd
717719
[spi-memory]: https://github.com/jonas-schievink/spi-memory/
718720
[st7032i]: https://github.com/dotcypress/st7032i
721+
[CCS811]: https://github.com/eldruin/ccs811-rs
722+
[iAQ-Core]: https://github.com/eldruin/iaq-core-rs
719723

720724
## no-std crates
721725

0 commit comments

Comments
 (0)