You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.