Releases: sparkfun/SparkFun_VEML6075_Arduino_Library
Releases · sparkfun/SparkFun_VEML6075_Arduino_Library
Version 1.1.5
Remove Wire.begin from begin. Remove getShutdown().
Wire.begin() in the begin function was overriding other I2C settings. This will cause some user's code to break if they don't have a Wire.begin in setup(). Examples and Hookup Guide have Wire.begin()s inserted appropriately so hopefully it won't catch any new users off guard.
getShutdown looks like it was never built out. Removed to get rid of 'missing return value' compilation warning.
Fixing compilation error in example Z
A lowercase C was causing a compilation error in the last example.
Fix for ESP8266 Arduino platform
Add guards for Wire.end if platforms don't support it.
- Thanks @MacroYau
Keyword fix
v1.0.2 Merge branch 'master' of https://github.com/sparkfun/SparkFun_VEML607…