Skip to content

Commit 8794225

Browse files
authored
Merge pull request #47 from espHorst/going_to_protected
changed private to protected
2 parents d2d5ed8 + d46c9d7 commit 8794225

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)