mirror of
https://github.com/miguel5612/MQSensorsLib.git
synced 2025-07-25 13:41:04 +03:00
Fix Rs calculation for MQ303A
This commit is contained in:
@ -86,7 +86,7 @@ void setup() {
|
||||
|
||||
void loop() {
|
||||
MQ303.update(); // Update data, the arduino will be read the voltage on the analog pin
|
||||
MQ303.readSensor(); // Sensor will read PPM concentration using the model and a and b values setted before or in the setup
|
||||
MQ303.readSensor(true); // Sensor will read PPM concentration using the model and a and b values setted before or in the setup
|
||||
MQ303.serialDebug(); // Will print the table on the serial port
|
||||
delay(500); //Sampling frequency
|
||||
}
|
Reference in New Issue
Block a user