Output units for VEML6075 library

Hi. What are the units of output fron sparkfun veml6075 library?

Its W/m²?

Thanks for reaching out to us on this.

W/m^2 appears accurate (responsivity section): https://github.com/sparkfun/SparkFun_VE … te_UVI.ino

Hope this helps, and happy sparking!

Thank you TS-Russel!

I guess the value that I MUST use in your sample code (from URL) is ‘uvia’ and ‘uvib’, instead of ‘uviaCalc’ and ‘uvibCalc’, right?

I’m asking because the mention of W/m^2 is in ‘UV_RESPONSIVITY’ variables, which is used only in ‘uvia’ and ‘uvib’ calculations.

But, if we look a little more, _Calc variables are used to print in serial console…so I’m a little confused right now. Which of these variables uses W/m^2 as unit, ‘uvia/b’ or ‘_Calc’ variables?