marcelbuesing / bme680

Pure Rust BME680 implementation
MIT License
28 stars 26 forks source link

Expose gas_valid and heat_stab #39

Closed jgosmann closed 3 years ago

jgosmann commented 3 years ago

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.

marcelbuesing commented 3 years ago

Thanks!