Commit Graph

4 Commits

Author SHA1 Message Date
device111 822062fa89 Consolidate FastPrecisePowf in veml7700 lib 2020-05-24 18:55:35 +02:00
device111 e1e604ee12 update veml7700 libary 2020-05-24 16:14:49 +02:00
device111 ebbbd37865 add private pow function in lib for future use
alternate pow function for future use in Tasmota to calculate normalized Lux and normalized white values.
2020-05-24 12:28:08 +02:00
device111 47a8df84be Support for VEML6075 and VEML 7700
Add support for VEML6075.
-Shows UVA, UVB, UVIndex

supported Commands are:

| Command        |      Description |
|----------------|------------------|
|VEML6075power   | Power up/down    |
|VEML6075dynamic | HD Mode          |
|VEML6075inttime | Integration Time |

Add initial Support for VEML7700  (#8260)
- the implementation based on Adafruit VEML7700 Libary.
- Shows Illuminance and White Content of Light.
2020-05-12 21:24:44 +02:00