@@ -19,8 +19,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
19
20
20
### Changed
21
21
22
- Note that there are breaking changes compared to 0.1.0
23
- - You need to call scd4x_init(SCD41_I2C_ADDR_62); befor sending any command to set the I2c address of the sensor
22
+ Note that there are breaking changes:
23
+ - You need to call scd4x_init(SCD41_I2C_ADDR_62); before sending any command t
24
24
- all methods that have been named xxxTicks are now named xxxRaw
25
25
- getDataReadyFlag has been renamed to getDataReadyStatus
26
26
- data type for parameter count in HAL implementation has been changed from uint16_t to uint8_t
@@ -31,13 +31,30 @@ Note that there are breaking changes compared to 0.1.0
31
31
- removed read_measurement convenience method - see bugfix 1.0.1 where it is added again
32
32
33
33
34
- ## [ 0.1.0] - 2021-2-1
34
+ ## [ 0.2.1] - 2021-04-30
35
+
36
+ ### Changed
37
+
38
+ * Increase timing for single shot from 1350ms to 5000ms
39
+ * Increase timing for self test from 5500ms to 10000ms
40
+
41
+
42
+ ## [ 0.2.0] - 2021-03-01
35
43
36
44
### Added
45
+ - Convenience interfaces taking care of unit conversion to and from ticks.
46
+
47
+ ### Fixed
48
+ - wake-up interface handles missing ACK from sensor on wake up.
49
+
50
+
51
+ ## [ 0.1.0] - 2021-01-28
52
+
53
+ Initial release
37
54
38
- - Initial version
39
- - Check latest 0.x.x version for changelog prior to version 1.0.0
40
55
41
56
[ Unreleased ] : https://github.com/Sensirion/embedded-i2c-scd4x/compare/1.0.0...HEAD
42
- [ 1.0.0 ] : https://github.com/Sensirion/embedded-i2c-scd4x/compare/0.1.0...1.0.0
43
- [ 0.1.0 ] : https://github.com/Sensirion/embedded-i2c-scd4x/releases/tag/0.1.0
57
+ [ 1.0.0 ] : https://github.com/Sensirion/embedded-i2c-scd4x/compare/0.2.1...1.0.0
58
+ [ 0.2.1 ] : https://github.com/Sensirion/embedded-i2c-scd4x/compare/0.2.0...0.2.1
59
+ [ 0.2.0 ] : https://github.com/Sensirion/embedded-i2c-scd4x/compare/0.1.0...0.2.0
60
+ [ 0.1.0 ] : https://github.com/Sensirion/embedded-i2c-scd4x/releases/tag/0.1.0
0 commit comments