We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0c182a + 30e9326 commit 4ca1f92Copy full SHA for 4ca1f92
examples/Example4_EnableCalibrate/Example4_EnableCalibrate.ino
@@ -36,7 +36,7 @@ void setup()
36
Serial.println("SCD30 Example");
37
Wire.begin();
38
39
- //Start sensor using the Wire port, but disable the auto-calibration
+ //Start sensor using the Wire port and enable the auto-calibration (ASC)
40
if (airSensor.begin(Wire, true) == false)
41
{
42
Serial.println("Air sensor not detected. Please check wiring. Freezing...");
@@ -72,4 +72,4 @@ void loop()
72
Serial.println("Waiting for new data");
73
74
delay(500);
75
-}
+}
0 commit comments