We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dc1435 commit 43742adCopy full SHA for 43742ad
examples/exampleUsage/exampleUsage.ino
@@ -93,7 +93,7 @@ void loop() {
93
float hcho = 0.0;
94
float humidity = 0.0;
95
float temperature = 0.0;
96
- delay(1000);
+ delay(500);
97
error = sensor.readMeasuredValues(hcho, humidity, temperature);
98
if (error != NO_ERROR) {
99
Serial.print("Error trying to execute readMeasuredValues(): ");
0 commit comments