undo breaking change
This commit is contained in:
parent
87942254d7
commit
e04d73b448
|
|
@ -220,7 +220,7 @@ class Adafruit_BME280 {
|
|||
float seaLevelForAltitude(float altitude, float pressure);
|
||||
|
||||
|
||||
protected:
|
||||
private:
|
||||
TwoWire *_wire;
|
||||
void readCoefficients(void);
|
||||
bool isReadingCalibration(void);
|
||||
|
|
|
|||
Loading…
Reference in New Issue