Zanduino / BME680

Arduino Library to access the Bosch BME680 - temperature, pressure, humidity and gas sensor
GNU General Public License v3.0
37 stars 10 forks source link

Register offset for Pressure and Temperature oversampling switched around #15

Closed SV-Zanshin closed 4 years ago

SV-Zanshin commented 4 years ago

Expected Behavior

Oversampling for temperature changes when calling setOversampling(TemperatureSensor,{value})

Actual Behavior

Oversampling in the command above changes that pressure oversampling register position

Steps to Reproduce the Problem

This requires a sample program that reads the Bosch BME680 registers directly

Specifications

Zanshin Logo

SV-Zanshin commented 4 years ago

The Register mask values in the constants section for the two values were switched around. This has been fixed and will be part of the v1.0.6 release