undo breaking change

This commit is contained in:
ladyada 2019-04-01 20:27:45 -04:00
parent 87942254d7
commit e04d73b448
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ class Adafruit_BME280 {
float seaLevelForAltitude(float altitude, float pressure);
protected:
private:
TwoWire *_wire;
void readCoefficients(void);
bool isReadingCalibration(void);