From e04d73b4482c37ad25f5efc0741177b93dc0fe32 Mon Sep 17 00:00:00 2001 From: ladyada Date: Mon, 1 Apr 2019 20:27:45 -0400 Subject: [PATCH] undo breaking change --- Adafruit_BME280.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Adafruit_BME280.h b/Adafruit_BME280.h index 60e5afd..db88379 100644 --- a/Adafruit_BME280.h +++ b/Adafruit_BME280.h @@ -220,7 +220,7 @@ class Adafruit_BME280 { float seaLevelForAltitude(float altitude, float pressure); - protected: + private: TwoWire *_wire; void readCoefficients(void); bool isReadingCalibration(void);