Releases: sparkfun/SparkFun_CCS811_Arduino_Library
Releases · sparkfun/SparkFun_CCS811_Arduino_Library
Version 2.0.3
Updates in this release:
Added method to create the CCS881 object without passing a i2c address into the constructor.
- Added parameterless constructor
- Added method to set the I2C address after the constructor is called.
Version 2.0.2
This release:
- Removes an unused variable - which was treated as an error on ESP32 v2.0.4
Deprecating NTC Functions
Updating to v2.0.1 Updating library properties for version update.
v2.0.0
Update enum of status descriptors. Examples updated. Fixed a few small bugs in library (remove serial prints). This release will break previous code if user had enum values coded into their code such as SENSOR_SUCCESS. New enum descriptors are in header file.
Fixed examples to use Wire.begin()
v1.0.7 Lib ver roll
Fixed examples to use Wire.begin()
v1.0.6 Adding back Wire.begin() since we removed it from library .begin()
Add option to call different wire ports. Remove Wire.begin() from library.
v1.0.5 Add Wire1 example
Remove non existent clock stretching call from ESP32
v1.0.4 Lib ver roll
Fixes rounding bug, ESP delay issue, removes extraneous Wire.reads.
v1.0.3 lib ver roll
Added Support for ESP8266
Added support for ESP8266 by increasing clockStretchLimit