Skip to content

Commit 43742ad

Browse files
committed
update example usage
1 parent 4dc1435 commit 43742ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/exampleUsage/exampleUsage.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ void loop() {
9393
float hcho = 0.0;
9494
float humidity = 0.0;
9595
float temperature = 0.0;
96-
delay(1000);
96+
delay(500);
9797
error = sensor.readMeasuredValues(hcho, humidity, temperature);
9898
if (error != NO_ERROR) {
9999
Serial.print("Error trying to execute readMeasuredValues(): ");

0 commit comments

Comments
 (0)