adafruit / Adafruit_BMP280_Library

Arduino Library for BMP280 sensors
250 stars 187 forks source link

Remove Humidity compensation variables #32

Closed dirkmueller closed 4 years ago

dirkmueller commented 4 years ago

The BMP280 does not have a humidity sensor, so we don't need to keep space for compensation values (we don't read them anyway).

ladyada commented 4 years ago

good find :)