bme680-rust/CHANGELOG.md
2018-12-22 10:05:03 +01:00

996 B

Change Log

0.4.0 (2018-12-22)

Full Changelog

  • with_temperature_offset now uses f32 instead ofi32. Fixed calulation for non negative offsets.

0.4.0 (2018-12-18)

Full Changelog

  • Add with_temperature_offset to SettingsBuilder for specifying a temperature offset for the temperature calculation.

0.3.2 (2018-11-12)

Full Changelog

  • Add screenshots to documentation
  • Removed Cargo.lock
  • Update dependencies:
    • env-logger to v0.6
    • influent to v0.5

Merged pull requests:

  • Use no_std in reading temperatures example #4 (chrysn)