briantdavis / EAS_BBB_DataAcquisition

EAS data acquisition using BeagleBone Black
GNU General Public License v2.0
6 stars 10 forks source link

Incorrect variable type for compParams_ts.dig_H6 #32

Open marsfan opened 5 years ago

marsfan commented 5 years ago

I was looking through the code for the BME280 as I continue working on the data processing code, and I discovered that dig_H6 is defined to be a uint8_t. However, on page 22 of the BME280 datasheet, dig_H6 is listed to be a signed character (that is a int8_t). This should be looked into.