Add WIP driver for VEML6070 UVA light sensor

This commit is contained in:
Diego Barrios Romero 2018-10-12 17:24:17 +02:00
parent 2413bf76f2
commit 404cfdb367

View file

@ -368,6 +368,7 @@ Work in progress drivers. Help the authors make these crates awesome!
- [eink-waveshare] - SPI - driver for E-Paper Modules from Waveshare
- [xCA9548A] - I2C - I2C switches/multiplexers: TCA9548A, PCA9548A
- [SSD1351] - SPI - 16bit colour OLED display driver - ![crates.io](https://img.shields.io/crates/v/ssd1351.svg)
- [VEML6070] - I2C - UVA light sensor - ![crates.io](https://img.shields.io/crates/v/veml6070.svg)
[MFRC522]: https://github.com/japaric/mfrc522
[MPU9250]: https://github.com/japaric/mpu9250
@ -409,6 +410,7 @@ Work in progress drivers. Help the authors make these crates awesome!
[eink-waveshare]: https://crates.io/crates/eink_waveshare_rs
[xCA9548A]: https://github.com/eldruin/xca9548a-rs
[SSD1351]: https://crates.io/crates/ssd1351
[VEML6070]: https://crates.io/crates/veml6070
## no-std crates