Skip to content

Releases: sparkfun/SparkFun_CCS811_Arduino_Library

Version 2.0.3

Choose a tag to compare

released this 19 Sep 19:41
287aa5c

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

Choose a tag to compare

@PaulZC PaulZC released this 12 Jul 15:41

This release:

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

Deprecating NTC Functions

Choose a tag to compare

@AndyEngland521 AndyEngland521 released this 06 Apr 22:09
6d00405
Updating to v2.0.1

Updating library properties for version update.

v2.0.0

Choose a tag to compare

@nseidle nseidle released this 31 Jan 19:51

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

Choose a tag to compare

@nseidle nseidle released this 23 Jan 23:42
v1.0.7

Lib ver roll

Fixed examples to use Wire.begin()

Choose a tag to compare

@nseidle nseidle released this 11 Dec 15:55
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.

Choose a tag to compare

@nseidle nseidle released this 11 Dec 02:49
v1.0.5

Add Wire1 example

Remove non existent clock stretching call from ESP32

Choose a tag to compare

@nseidle nseidle released this 04 Nov 15:53
v1.0.4

Lib ver roll

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

Choose a tag to compare

@nseidle nseidle released this 12 Oct 16:25
v1.0.3

lib ver roll

Added Support for ESP8266

Choose a tag to compare

@LGKev LGKev released this 12 Sep 21:10

Added support for ESP8266 by increasing clockStretchLimit