mirror of
https://github.com/miguel5612/MQSensorsLib.git
synced 2025-03-15 05:17:30 +03:00
Added delay
This commit is contained in:
parent
d9ea24a0e3
commit
8fd29cb315
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user