From b72b7d6285a0bc38a50c75ea3f7556c0e9e09566 Mon Sep 17 00:00:00 2001 From: Frank Leon Rose Date: Thu, 9 Feb 2017 10:34:19 -0500 Subject: [PATCH] Restore comment --- Adafruit_BME280.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Adafruit_BME280.cpp b/Adafruit_BME280.cpp index 934be6b..ce21cf2 100644 --- a/Adafruit_BME280.cpp +++ b/Adafruit_BME280.cpp @@ -77,7 +77,7 @@ bool Adafruit_BME280::begin(uint8_t addr) while (isReadingCalibration()) delay(100); - readCoefficients(); + readCoefficients(); // read trimming parameters, see DS 4.2.2 setSampling(); // use defaults