View Source Changelog
v0-1-6
v0.1.6
fixed
Fixed
- Standardize on the return value of
force_altitude
to be consistent with bmp280. (was:{:ok, number}
, now::ok
)
v0-1-5
v0.1.5
breaking-changes
Breaking changes
- sensor type
:bmp388
is now changed to:bmp380
to be consistent with other sensor types
added
Added
- support for BMP 2 sensors namely:
:bmp180
:bmp280
:bme280
:bme680
improved
Improved
- [ci] update CI
- [test] re-write test using experimental circuit_sim
v0-1-4
v0.1.4
improved-1
Improved
- Support both v0 and v1 of
circuits_i2c
v0-1-3
v0.1.3
improved-2
Improved
- Simplify I2C-related code
- Improve type spec and refactor
v0-1-2
v0.1.2
fixed-1
Fixed
- Remove default gen server name (previously defaulted to
__MODULE__
)
v0-1-1
v0.1.1
improved-3
Improved
- Log helpful message on init
- Link to the BME388 data sheet in the Hexdoc
v0-1-0
v0.1.0
Initial release