Pure Rust BME680 implementation
Find a file
Chris fe434a729f
add no_std compatibility test
This should check that the crate stays no_std compatible in the future
2019-01-15 17:38:03 +01:00
examples Fix temperature offset to be of type f32, closes #11 2018-12-22 10:02:35 +01:00
src Return temperature offset in get_sensor_settings (#12) 2019-01-05 20:20:03 +01:00
.gitignore Remove Cargo.lock from library 2018-09-26 11:11:13 +02:00
.gitmodules Remove c-submodule 2018-05-21 17:01:57 +02:00
.travis.yml add no_std compatibility test 2019-01-15 17:38:03 +01:00
Cargo.toml Bump version to 0.4.2 2019-01-05 20:28:14 +01:00
CHANGELOG.md Bump version to 0.4.2 2019-01-05 20:28:14 +01:00
LICENSE Add License 2018-05-25 22:36:07 +02:00
README.md Add graphs to README 2018-10-14 12:37:33 +02:00