All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Methods for ASC (Automatic Self Calibration)
- Renamed getDataReadyStatus to getDataReadyFlag
- RH/T conversion now uses correct constant:
2^16 - 1
- Fixed a few comments
- Initializing the output variables to zero
0.3.1 - 2021-04-30
- Increase timing for single shot from 1350ms to 5000ms
- Increase timing for self test from 5500ms to 10000ms
0.3.0 - 2021-03-01
- Convenience interfaces taking care of unit conversion to and from ticks.
- wake-up interface handles missing ACK from sensor on wake up.
0.2.0 - 2021-02-10
- Updated Sensirion Core library version from 0.4.0 to 0.4.2. This includes the
renaming of the library header file from
SensirionCoreArduinoLibrary.h
toSensirionCore.h
. - Define
SCD4X_I2C_ADDRESS
as hex instead of dec (unchanged value).
- Added warning about limited EEPROM write cycles.
0.1.0 - 2021-02-05
Initial release