Releases: sparkfun/SparkFun_Ambient_Light_Sensor_Arduino_Library
Releases · sparkfun/SparkFun_Ambient_Light_Sensor_Arduino_Library
Removes unused varible
Fixes gain index again
Missed another bug in the same code block but this has been fixed!
Fixes gain selection index
The correct GAIN index is now being selected by the _calculateLux function.
Compile ambiguity error
Fixes ambiguity error in the call to requestFrom by casting second argument as uint8_t
Initial Release!
The SparkFun Ambient Light Sensor VEML6030 (Qwiic) is a high sensitivity and high accuracy I2C enabled ambient light sensor. The sensor is able to read ambient light in a wide range from zero to 120,000 Lux which is a dark room to direct sun in the middle of the day! The Ambient Light Sensor library gives access to the full features of the ambient light sensor including: reading light in Lux, setting low and high interrupt thresholds, and power save modes. It also provides example code that demonstrates their use!