mirror of
https://github.com/miguel5612/MQSensorsLib.git
synced 2025-03-15 05:17:30 +03:00
Updated MQ-3 example
This commit is contained in:
parent
532a83e186
commit
1177d5827d
@ -39,7 +39,7 @@ void setup() {
|
||||
Remarks: This function create the sensor object.
|
||||
************************************************************************************/
|
||||
MQ3.setRegressionMethod("Exponential");
|
||||
MQ3.setA(4.8387); MQ3.setB(-2.68); // Configurate the ecuation values
|
||||
MQ3.setA(4.8387); MQ3.setB(-2.68); // Configurate the ecuation values to get Benzene concentration
|
||||
|
||||
/*
|
||||
//Si el valor de RL es diferente a 10K por favor asigna tu valor de RL con el siguiente metodo:
|
||||
|
Loading…
x
Reference in New Issue
Block a user