Skip to content

Releases: sparkfun/SparkFun_SGP30_Arduino_Library

Correct SGP30ERR enum values - BREAKS BACKWARD COMPATIBILITY

29 May 11:12
Compare
Choose a tag to compare

To avoid compilation errors (conflicts) with other libraries which also use SUCCESS as an enumerated value, it was necessary to prefix the SGP30ERR enum values with SGP30_. SUCCESS becomes SGP30_SUCCESS etc..
Unfortunately this breaks backward compatibility.
If you start to see errors along the lines of SUCCESS being undefined, please use the Library Manager to select version 1.0.4 of this library.
Sorry about that...

Remove Wire.begin() from ::begin()

05 Jan 17:21
Compare
Choose a tag to compare
v1.0.4

Add wire.begin to example.

Updating Example3_Humidity

26 May 15:53
Compare
Choose a tag to compare

Updating Example 3 - Humidity to use the SHTC3 instead of the Si7021. Also added a conditional statement to the loop to allow users to update the humidity compensation value without resetting the circuit.

Fix Rhumidity bug. Remove extra qualifier from class def.

18 Feb 16:47
Compare
Choose a tag to compare
v1.0.2

Add thanks to in readme. Bump lib ver. touchup ex 3 whitespace.

v1.0.1

16 Jul 15:05
50344ed
Compare
Choose a tag to compare
lib ver roll

Initial Release

06 Jul 16:22
Compare
Choose a tag to compare
v1.0.0

added comments