Skip to content

Releases: sparkfun/SparkFun_MCP9600_Arduino_Library

Version 1.0.6

08 Nov 08:23

Choose a tag to compare

This release:

  • Corrects a bug in setFilterCoefficient - identified by @rwischinski in #5
    • Should also resolve #1 ?

Version 1.0.5

12 Jul 14:56

Choose a tag to compare

This release:

  • Fixes some compiler warnings - some of which are now treated as errors on some platforms (ESP32 v2.0.4)
  • Thank you @crabel99 for #4

V1.0.4

08 Oct 16:43

Choose a tag to compare

This release changes .begin and the way the MCP9600 is discovered.
The OpenLog Artemis wasn't able to discover the MCP9600 due to second and subsequent calls to isConnected failing...
Full details are available here:
https://github.com/sparkfun/SparkFun_MCP9600_Arduino_Library/blob/master/src/SparkFun_MCP9600.cpp#L42-L53

V1.0.3

12 Mar 18:33

Choose a tag to compare

Updated default address for SparkFun Qwiic Thermocouple Amplifier boards
Added comment for SparkX Qwiic Thermcouple default address

v1.0.2

03 Jan 20:49

Choose a tag to compare

Add return values to a few functions lacking defaults.

More architecture support!

22 Jul 19:47

Choose a tag to compare

When compiling for AVR the -fpermissive option isn't set, but when compiling for SAMD or Artemis (Apollo3) the compiler enforces it. This release will compile with this option enabled, and thus support for more architectures!

Initial Public Release

22 Jul 19:11

Choose a tag to compare

Initial Release of the library with version v1.0.0, woot!