mirror of
https://github.com/miguel5612/MQSensorsLib.git
synced 2025-03-15 05:17:30 +03:00
Removed setR0 before calibratioN
This commit is contained in:
parent
9497574e11
commit
28ce4c80f7
@ -56,9 +56,7 @@ void setup() {
|
|||||||
//Remarks: Configure the pin of arduino as input.
|
//Remarks: Configure the pin of arduino as input.
|
||||||
/************************************************************************************/
|
/************************************************************************************/
|
||||||
MQ3.init();
|
MQ3.init();
|
||||||
// Calibration setup
|
|
||||||
MQ3.setR0(3.86018237);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
//If the RL value is different from 10K please assign your RL value with the following method:
|
//If the RL value is different from 10K please assign your RL value with the following method:
|
||||||
MQ3.setRL(10);
|
MQ3.setRL(10);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user