mirror of
https://github.com/miguel5612/MQSensorsLib.git
synced 2025-07-02 02:11:04 +03:00
Updated MQ-3 example
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user