The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.0 - 2025-3-18
- All commands according to data sheet. This introduces breaking changes!
- Class
SensirionI2CSfa3x
has been renamed toSensirionI2cSfa3x
(note the casing ofI2c
!) begin()
now requires you to also pass the I2C addressreadMeasuredValues()
now already applies appropriate scaling to the values- Use
readMeasuredValuesAsIntegers()
if you want the values without scaling applied (same as in old version)
- Use
0.1.0 - 2021-2-5
- Initial Release