Skip to content

Commit ebf5e4e

Browse files
committed
add breaking changes for 1.0.0 to changelog
1 parent cc72272 commit ebf5e4e

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55

66
## [Unreleased]
77

8+
9+
## [1.0.1] - 2025-2-1
10+
11+
- add convenience method to read out measurements again
12+
813
## [1.0.0] - 2025-1-30
914

1015
### Added
1116

1217
- All commands according to data sheet
18+
19+
20+
### Changed
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
24+
- all methods that have been named xxxTicks are now named xxxRaw
25+
- getDataReadyFlag has been renamed to getDataReadyStatus
26+
- data type for parameter count in HAL implementation has been changed from uint16_t to uint8_t
27+
- scd4x_set_ambient_pressure takes now a uint32_t in Pa and scd4x_set_ambient_pressure_raw takes a uint16_t in hPa
28+
- scd4x_get_ambient_pressure returns now a uint32_t in Pa and scd4x_get_ambient_pressure_raw returns a uint16_t in hPa
29+
- scd4x_get_automatic_self_calibration/scd4x_set_automatic_self_calibration has been renamed to scd4x_get_automatic_self_calibration_enabled/scd4x_set_automatic_self_calibration_enabled
30+
- signature of scd4x_get_serial_number has changed
31+
- removed read_measurement convenience method - see bugfix 1.0.1 where it is added again
32+
33+
1334
## [0.1.0] - 2021-2-1
1435

1536
### Added

0 commit comments

Comments
 (0)