Pure Rust BME680 implementation
Find a file
Jan Gosmann f531e617d6 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.
2021-05-06 21:24:25 +02:00
ci/no_std_test Fix ci build fails 2019-01-26 10:41:20 +01:00
examples Pass the delayer around mutabily 2021-05-06 21:21:22 +02:00
src Expose gas_valid and heat_stab 2021-05-06 21:24:25 +02:00
.gitignore Fix ci build fails 2019-01-26 10:41:20 +01:00
.gitmodules Remove c-submodule 2018-05-21 17:01:57 +02:00
.travis.yml Fix ci build fails 2019-01-26 10:41:20 +01:00
Cargo.toml Cater for non-Linux environments 2021-05-06 21:21:22 +02:00
CHANGELOG.md Bump version to 0.5.1 2020-04-05 21:24:57 +02:00
LICENSE Add License 2018-05-25 22:36:07 +02:00
README.md Mention drogue-bme680 2020-10-12 20:31:18 +02:00