Closed jkfritcher closed 6 years ago
See BME280 datasheet, pg 23.
In the code, H6 is specified as a uint8_t, but the datasheet says H6 is a signed char. This PR changes H6 to be an int8_t
The change compiles and runs correctly with a SparkFun BME280 breakout.
Good catch. We're a little (ok a lot) late to reviewing this. Thanks for the PR!
See BME280 datasheet, pg 23.
In the code, H6 is specified as a uint8_t, but the datasheet says H6 is a signed char. This PR changes H6 to be an int8_t
The change compiles and runs correctly with a SparkFun BME280 breakout.