mirror of
https://github.com/miguel5612/MQSensorsLib.git
synced 2025-07-02 02:11:04 +03:00
Added delay
This commit is contained in:
@ -49,4 +49,5 @@ void loop() {
|
||||
//int lecture = MQ4.readSensor("CO", true); // Return CO concentration
|
||||
//int lecture = MQ4.readSensor("Alcohol", true); // Return Alcohol concentration
|
||||
//int lecture = MQ4.readSensor("smoke", true); // Return smoke concentration
|
||||
delay(400);
|
||||
}
|
||||
|
Reference in New Issue
Block a user