Skip to content

Commit d46c9d7

Browse files
author
gk
committed
changed private to protected
1 parent d2d5ed8 commit d46c9d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Adafruit_BME280.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ class Adafruit_BME280 {
220220
float seaLevelForAltitude(float altitude, float pressure);
221221

222222

223-
private:
223+
protected:
224224
TwoWire *_wire;
225225
void readCoefficients(void);
226226
bool isReadingCalibration(void);

0 commit comments

Comments
 (0)