Merge pull request #47 from espHorst/going_to_protected

changed private to protected
This commit is contained in:
Limor "Ladyada" Fried 2019-04-01 15:29:15 -04:00 committed by GitHub
commit 87942254d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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