Skip to content

Commit f163f15

Browse files
FrozenDroidtherealprof
authored andcommitted
Add SCD30 I2c driver (#174)
* Add SCD30 I2c driver
1 parent 0f7bfec commit f163f15

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,7 @@ Work in progress drivers. Help the authors make these crates awesome!
479479
- [radio-at86rf212] - SPI - Sub GHz 802.15.4 radio transceiver ![crates.io](https://img.shields.io/crates/v/radio-at86rf212.svg)
480480
- [vesc-comm] - A driver for communicating with [VESC-compatible electronic speed controllers](http://vedder.se/2015/01/vesc-open-source-esc/) ![crates.io](https://img.shields.io/crates/v/vesc-comm.svg)
481481
- [VEML6040] - I2C - RGBW color light sensor - ![crates.io](https://img.shields.io/crates/v/veml6040.svg)
482+
- [SCD30] - I2C - CO₂ sensor - ![crates.io](https://img.shields.io/crates/v/scd30.svg)
482483

483484
[MFRC522]: https://github.com/japaric/mfrc522
484485
[motor-driver]: https://github.com/japaric/motor-driver
@@ -543,6 +544,7 @@ Work in progress drivers. Help the authors make these crates awesome!
543544
[radio-at86rf212]: https://crates.io/crates/radio-at86rf212
544545
[vesc-comm]: https://github.com/chocol4te/vesc-comm
545546
[VEML6040]: https://crates.io/crates/veml6040
547+
[SCD30]: https://crates.io/crates/scd30
546548

547549
## no-std crates
548550

0 commit comments

Comments
 (0)