mirror of
https://github.com/miguel5612/MQSensorsLib.git
synced 2025-03-15 05:17:30 +03:00
Changed type of RL internally to fix bug #37
This commit is contained in:
parent
700d367d93
commit
1f8310a6e7
@ -51,7 +51,7 @@ class MQUnifiedsensor
|
||||
byte _pin;
|
||||
byte _firstFlag = false;
|
||||
float _VOLT_RESOLUTION = 5.0; // if 3.3v use 3.3
|
||||
byte _RL = 10; //Value in KiloOhms
|
||||
float _RL = 10; //Value in KiloOhms
|
||||
byte _ADC_Bit_Resolution = 10;
|
||||
byte _regressionMethod = 1; // 1 -> Exponential || 2 -> Linear
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user