mirror of
https://github.com/miguel5612/MQSensorsLib.git
synced 2025-03-15 05:17:30 +03:00
Remove delay
This commit is contained in:
parent
6aa78fd575
commit
4be0a40997
@ -117,5 +117,5 @@ void loop() {
|
|||||||
MQ9.update(); // Update data, the arduino will be read the voltage on the analog pin
|
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.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
|
MQ9.serialDebug(); // Will print the table on the serial port
|
||||||
delay(500); //Sampling frequency
|
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user