adafruit / Adafruit_BME680

117 stars 76 forks source link

bme.readGas() vs the other one #42

Closed Idahowalker closed 1 year ago

Idahowalker commented 4 years ago

ESP32, Adruino IDE

bme.readGas(); vs bme.performReading() / bme.gas_resistance.

I have found that bme.readGas() always returns a gas reading and bme.performReading() / bme.gas_resistance. gives intermittent readings.

caternuson commented 2 years ago

They should be notionally equivalent. Can you provide a simple example sketch that demonstrates this.

caternuson commented 1 year ago

Closing due to lack of response.