From 4be0a40997b9418ffcff52caf0fb4dd86f8f0ded Mon Sep 17 00:00:00 2001 From: miguel5612 Date: Sun, 20 Mar 2022 08:50:06 -0500 Subject: [PATCH] Remove delay --- examples/MQ-9/MQ-9.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/MQ-9/MQ-9.ino b/examples/MQ-9/MQ-9.ino index 5a46ae1..ea9621b 100644 --- a/examples/MQ-9/MQ-9.ino +++ b/examples/MQ-9/MQ-9.ino @@ -117,5 +117,5 @@ void loop() { MQ9.update(); // Update data, the arduino will be read the voltage on the analog pin MQ9.readSensor(); // Sensor will read PPM concentration using the model and a and b values setted before or in the setup MQ9.serialDebug(); // Will print the table on the serial port - delay(500); //Sampling frequency + } \ No newline at end of file