mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2025-06-05 21:08:47 +00:00
Add WIP MAX44009 ambient light driver
This commit is contained in:
parent
369add4d00
commit
99d7f6bf46
1 changed files with 2 additions and 0 deletions
|
@ -375,6 +375,7 @@ Work in progress drivers. Help the authors make these crates awesome!
|
|||
- [VEML6070] - I2C - UVA light sensor - 
|
||||
- [VEML6075] - I2C - UVA and UVB light sensor - 
|
||||
- [LM75] - I2C - Temperature sensor and thermal watchdog - 
|
||||
- [MAX44009] - I2C - Ambient light sensor - 
|
||||
|
||||
[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
|
||||
|
||||
|
|
Loading…
Reference in a new issue