Skip to content

Releases: marcelbuesing/bme680

0.6.0

06 May 21:00
a4b407d
Compare
Choose a tag to compare

0.6.0 (2021-05-06)

Full Changelog

  • @jgosmann Add missing sleep to example. Closes #23.
    One has to sleep for the duration of the configured profile to read
    proper data.
  • @jgosmann Expose gas_valid and heat_stab.
    The BME680 datasheet recommends to check these values to ensure that a
    gas reading is valid. To do so, they must be exposed by the library.
  • @huntc avoid retaining ownership of delayer, by passing the delayer as mutable reference.
  • @huntc make Doctests work on non linux environments.
  • Update influx example dependency to tokio 1.5

0.5.1

05 Apr 19:25
97d9f5e
Compare
Choose a tag to compare

Full Changelog

  • Update futures-timer and linux-embedded hal dependencies
  • Cleanup clippy warnings

0.5.0

27 Nov 10:11
4f44de0
Compare
Choose a tag to compare
  • Migrate example to futures 0.3 and tokio 0.2.
  • Migrate crate to Rust 2018 edition.

0.4.3

19 Mar 17:15
900688f
Compare
Choose a tag to compare

0.4.3 (2018-03-19)

Full Changelog

  • @caemor replaced non no_std compatible f32.signum and f32.abs. Fixes #14.

0.4.1

22 Dec 09:06
25dd144
Compare
Choose a tag to compare
  • with_temperature_offset now uses f32 instead ofi32. Fixed calulation for non negative offsets.

0.4.0

18 Dec 18:30
2578140
Compare
Choose a tag to compare
  • Add with_temperature_offset to SettingsBuilder for specifying a temperature offset for the temperature calculation.