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
20e91c2237
commit
18a796395d
@ -44,9 +44,9 @@ void loop() {
|
||||
//Lecture will be saved in lecture variable
|
||||
int lecture = MQ6.readSensor("", true); // Return CH4 concentration
|
||||
// Options, uncomment where you need
|
||||
//int lecture = MQ6.readSensor("H2", true); // Return CH4 concentration
|
||||
//int lecture = MQ6.readSensor("H2", true); // Return H2 concentration
|
||||
//int lecture = MQ6.readSensor("LPG", true); // Return LPG concentration
|
||||
//int lecture = MQ6.readSensor("CH4", true); // Return CO concentration
|
||||
//int lecture = MQ6.readSensor("CO", true); // Return Alcohol concentration
|
||||
//int lecture = MQ6.readSensor("Alcohol", true); // Return smoke concentration
|
||||
//int lecture = MQ6.readSensor("CH4", true); // Return CH4 concentration
|
||||
//int lecture = MQ6.readSensor("CO", true); // Return CO concentration
|
||||
//int lecture = MQ6.readSensor("Alcohol", true); // Return Alcohol concentration
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user