Releases: Sensirion/arduino-i2c-sfa3x
Releases · Sensirion/arduino-i2c-sfa3x
1.0.0
Added
- All commands according to data sheet. This introduces breaking changes!
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
Full Changelog: 0.1.0...1.0.0