Skip to content

Releases: sparkfun/SparkFun_VEML6075_Arduino_Library

Version 1.1.5

12 Jul 15:19
Compare
Choose a tag to compare

This release:

  • Fixes some compiler warnings that are now being treated as errors on some platforms (ESP32 v2.0.4)

Remove Wire.begin from begin. Remove getShutdown().

24 May 14:45
Compare
Choose a tag to compare

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

01 Apr 16:51
Compare
Choose a tag to compare

A lowercase C was causing a compilation error in the last example.

Fix for ESP8266 Arduino platform

24 Jul 17:35
aaf321c
Compare
Choose a tag to compare

Add guards for Wire.end if platforms don't support it.

Keyword fix

15 Jul 17:37
Compare
Choose a tag to compare
v1.0.2

Merge branch 'master' of https://github.com/sparkfun/SparkFun_VEML607…

V_1.0.1

23 May 17:15
Compare
Choose a tag to compare
Fix link in library.properties.