Merge pull request #105 from eldruin/add-wip-max44009

Add WIP MAX44009 ambient light driver
This commit is contained in:
Daniel Egger 2018-10-21 11:07:15 +02:00 committed by GitHub
commit c751349f6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -375,6 +375,7 @@ Work in progress drivers. Help the authors make these crates awesome!
- [VEML6070] - I2C - UVA light sensor - ![crates.io](https://img.shields.io/crates/v/veml6070.svg)
- [VEML6075] - I2C - UVA and UVB light sensor - ![crates.io](https://img.shields.io/crates/v/veml6075.svg)
- [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)
[MFRC522]: https://github.com/japaric/mfrc522
[MPU9250]: https://github.com/japaric/mpu9250
@ -419,6 +420,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
[MAX44009]: https://crates.io/crates/max44009
## no-std crates