mirror of
https://github.com/miguel5612/MQSensorsLib.git
synced 2025-06-09 07:10:13 +03:00
Fixed reference
This commit is contained in:
parent
33156f76f0
commit
d639023e2f
@ -59,7 +59,7 @@ class MQUnifiedsensor
|
|||||||
private:
|
private:
|
||||||
int _pin, _type, _PPM, _lecturePosInArray;
|
int _pin, _type, _PPM, _lecturePosInArray;
|
||||||
double _R0, _m, _b;
|
double _R0, _m, _b;
|
||||||
String _MQ[19], __nameLectureRequeired;
|
String _MQ[19], _nameLectureRequeired;
|
||||||
const float VOLT_RESOLUTION = 5.0; // if 3.3v use 3.3
|
const float VOLT_RESOLUTION = 5.0; // if 3.3v use 3.3
|
||||||
const int ADC_RESOLUTION = 10; // for 10bit analog to digital converter.
|
const int ADC_RESOLUTION = 10; // for 10bit analog to digital converter.
|
||||||
const int retries = 50;
|
const int retries = 50;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user