Releases: sparkfun/SparkFun_SCD4x_Arduino_Library
Releases · sparkfun/SparkFun_SCD4x_Arduino_Library
version 1.1.2 bugfix: Sensor Type determination
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
This Release:
- Fixed null pointer bug so that it properly assigns the sensorType.
Version 1.1.0
What's Changed
- Automatically detect sensor from serial by @SFE-Brudnerd in #5
New Contributors
- @SFE-Brudnerd made their first contribution in #5
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
This release:
- Allows the debug messages to be disabled, saving program memory space - thank you @tonhuisman #3 #4
Version 1.0.3
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
This release:
- Corrects the way
getSensorAltitude
is printed in Example6 - thank you @MattMills #1
Version 1.0.1
This release:
- Adds the SparkX product number
- Corrects some minor typos in the examples
Version 1.0.0
Initial release