Releases: asasine/bmp390
Releases · asasine/bmp390
v0.4.3
v0.4.2
What's Changed
- Expanded linux example by @asasine in #6
- Avoid unnecessary altitude calculations to improve performance by @RossPorter506 in #8
New Contributors
- @RossPorter506 made their first contribution in #8
Full Changelog: v0.4.1...v0.4.2
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
uomsupport for measurements to ensure safe unit handling. 689ac1f - Added
defmt::Formatimplementations for all the things. 9a23a9a - Added
embassy-timefeature to convertOdrSelintoembassy_time::Duration. 682e1c5 - Added handling of the
CHIP_IDregister 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