Skip to content

Releases: sparkfun/SparkFun_CCS811_Arduino_Library

Version 2.0.3

19 Sep 19:41
287aa5c
Compare
Choose a tag to compare

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

12 Jul 15:41
Compare
Choose a tag to compare

This release:

  • Removes an unused variable - which was treated as an error on ESP32 v2.0.4

Deprecating NTC Functions

06 Apr 22:09
6d00405
Compare
Choose a tag to compare
Updating to v2.0.1

Updating library properties for version update.

v2.0.0

31 Jan 19:51
Compare
Choose a tag to compare

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()

23 Jan 23:42
Compare
Choose a tag to compare

Fixed examples to use Wire.begin()

11 Dec 15:55
Compare
Choose a tag to compare
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.

11 Dec 02:49
Compare
Choose a tag to compare

Remove non existent clock stretching call from ESP32

04 Nov 15:53
Compare
Choose a tag to compare

Fixes rounding bug, ESP delay issue, removes extraneous Wire.reads.

12 Oct 16:25
Compare
Choose a tag to compare

Added Support for ESP8266

12 Sep 21:10
Compare
Choose a tag to compare

Added support for ESP8266 by increasing clockStretchLimit