marcelbuesing / bme680

Pure Rust BME680 implementation
MIT License
29 stars 27 forks source link

fixes issue #42 #43

Open fenax opened 2 years ago

fenax commented 2 years ago

It is the same issue as https://github.com/Zanduino/BME680/issues/14

Fixed by reading the status register until the MEASURING flag is not set before writing to the registers.