Releases: asasine/bmp390
Releases · asasine/bmp390
v0.4.1
v0.4.0
What's Changed
- lib: Add sync version by @patrickelectric in #2
New Contributors
- @patrickelectric made their first contribution in #2
Full Changelog: v0.3.0...v0.4.0
v0.3.0
v0.2.0
Features
- Added
uom
support for measurements to ensure safe unit handling. 689ac1f - Added
defmt::Format
implementations for all the things. 9a23a9a - Added
embassy-time
feature to convertOdrSel
intoembassy_time::Duration
. 682e1c5 - Added handling of the
CHIP_ID
register inBmp390::try_new
, returning an error if it's unexpected. 0ecf8e3 - Optimized some large register reads to use burst reads and therefore create less I2C traffic. 0ecf8e3
Fixes
- Fixed some incorrect equations in compensation calculations causing incorrect results. da1d253
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Features
- Added basic driver that can query pressure readings and perform basic configuration and error checking
Full Changelog: https://github.com/asasine/bmp390/commits/v0.1.0