Releases: sparkfun/SparkFun_MCP9600_Arduino_Library
Releases · sparkfun/SparkFun_MCP9600_Arduino_Library
Version 1.0.6
This release:
- Corrects a bug in
setFilterCoefficient- identified by @rwischinski in #5- Should also resolve #1 ?
Version 1.0.5
V1.0.4
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
v1.0.2
More architecture support!
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
Initial Release of the library with version v1.0.0, woot!