mirror of
https://github.com/miguel5612/MQSensorsLib.git
synced 2025-03-15 05:17:30 +03:00
Fixed comment mentioned #29
This commit is contained in:
parent
07b6948f76
commit
4b71c626b0
@ -98,10 +98,10 @@ void loop() {
|
|||||||
float Aceton = MQ135.readSensor(); // Sensor will read PPM concentration using the model, a and b values set previously or from the setup
|
float Aceton = MQ135.readSensor(); // Sensor will read PPM concentration using the model, a and b values set previously or from the setup
|
||||||
Serial.print("| "); Serial.print(CO);
|
Serial.print("| "); Serial.print(CO);
|
||||||
Serial.print(" | "); Serial.print(Alcohol);
|
Serial.print(" | "); Serial.print(Alcohol);
|
||||||
// Note: 200 Offset for CO2 source: https://github.com/miguel5612/MQSensorsLib/issues/29
|
// Note: 400 Offset for CO2 source: https://github.com/miguel5612/MQSensorsLib/issues/29
|
||||||
/*
|
/*
|
||||||
Motivation:
|
Motivation:
|
||||||
We have added 200 PPM because when the library is calibrated it assumes the current state of the
|
We have added 400 PPM because when the library is calibrated it assumes the current state of the
|
||||||
air as 0 PPM, and it is considered today that the CO2 present in the atmosphere is around 400 PPM.
|
air as 0 PPM, and it is considered today that the CO2 present in the atmosphere is around 400 PPM.
|
||||||
https://www.lavanguardia.com/natural/20190514/462242832581/concentracion-dioxido-cabono-co2-atmosfera-bate-record-historia-humanidad.html
|
https://www.lavanguardia.com/natural/20190514/462242832581/concentracion-dioxido-cabono-co2-atmosfera-bate-record-historia-humanidad.html
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user