Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 958 Bytes

CHANGELOG.md

File metadata and controls

27 lines (17 loc) · 958 Bytes

CHANGELOG

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.0.0 - 2025-3-18

Added

  • All commands according to data sheet. This introduces breaking changes!

Breaking changes

  • Class SensirionI2CSfa3x has been renamed to SensirionI2cSfa3x (note the casing of I2c!)
  • begin() now requires you to also pass the I2C address
  • readMeasuredValues() now already applies appropriate scaling to the values
    • Use readMeasuredValuesAsIntegers() if you want the values without scaling applied (same as in old version)

0.1.0 - 2021-2-5

  • Initial Release