Skip to content

Releases: sparkfun/SparkFun_SCD4x_Arduino_Library

version 1.1.2 bugfix: Sensor Type determination

13 Jun 19:55
Compare
Choose a tag to compare

Full Changelog: v1.1.1...v1.1.2

Add command to return device type.
Remove determineSensorType function. Replace with getFeatureSetVersion.
Move setSensorType to public.
Remove utility functions convertASCIIToHex and extractMaskedSensorType.
Adapt begin function for new sensor function.
Rev library version.
Revise keywords.txt for the above changes.

Version 1.1.1 bugfix

08 Jun 20:06
Compare
Choose a tag to compare

This Release:

  • Fixed null pointer bug so that it properly assigns the sensorType.

Version 1.1.0

31 May 14:19
27aed74
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.4...v1.1.0

Description

Added functionality to derive the device type automatically from the serial number.
Added the feature to the begin function defaulting true.
Added an example: examples/Example9_SensorType/Example9_SensorType.ino

Version 1.0.4

03 Aug 09:50
4b69b62
Compare
Choose a tag to compare

This release:

  • Allows the debug messages to be disabled, saving program memory space - thank you @tonhuisman #3 #4

Version 1.0.3

06 Aug 12:09
Compare
Choose a tag to compare

This release:

  • Corrects an error in stopPeriodicMeasurement which would have caused problems for Example4
  • Corrects a misunderstanding in startLowPowerPeriodicMeasurement. Corrects Example2 to match
  • Comments the call to enableDebugging in all the examples

Version 1.0.2

04 Aug 06:47
e69a4b3
Compare
Choose a tag to compare

This release:

  • Corrects the way getSensorAltitude is printed in Example6 - thank you @MattMills #1

Version 1.0.1

29 Jun 18:10
Compare
Choose a tag to compare

This release:

  • Adds the SparkX product number
  • Corrects some minor typos in the examples

Version 1.0.0

29 Jun 16:50
Compare
Choose a tag to compare

Initial release