Skip to content

Commit b72b7d6

Browse files
committed
Restore comment
1 parent 50fb31a commit b72b7d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Adafruit_BME280.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ bool Adafruit_BME280::begin(uint8_t addr)
7777
while (isReadingCalibration())
7878
delay(100);
7979

80-
readCoefficients();
80+
readCoefficients(); // read trimming parameters, see DS 4.2.2
8181

8282
setSampling(); // use defaults
8383

0 commit comments

Comments
 (0)