Skip to content

Commit 4ca1f92

Browse files
authored
Merge pull request #23 from awatterott/master
Fix wrong comment in Example4
2 parents a0c182a + 30e9326 commit 4ca1f92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/Example4_EnableCalibrate/Example4_EnableCalibrate.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ void setup()
3636
Serial.println("SCD30 Example");
3737
Wire.begin();
3838

39-
//Start sensor using the Wire port, but disable the auto-calibration
39+
//Start sensor using the Wire port and enable the auto-calibration (ASC)
4040
if (airSensor.begin(Wire, true) == false)
4141
{
4242
Serial.println("Air sensor not detected. Please check wiring. Freezing...");
@@ -72,4 +72,4 @@ void loop()
7272
Serial.println("Waiting for new data");
7373

7474
delay(500);
75-
}
75+
}

0 commit comments

Comments
 (0)