mirror of
https://github.com/miguel5612/MQSensorsLib.git
synced 2025-07-03 19:01:03 +03:00
Converted to global var _sensor_volt
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
/************************Global vars************************************/
|
||||
int VOLT_RESOLUTION = 5.0; // if 3.3v use 3.3
|
||||
int RLValue = 10; //Value in KiloOhms
|
||||
int _ratioInCleanAir, _PPM;
|
||||
int _ratioInCleanAir, _PPM, _sensor_volt;
|
||||
double RS_air, _m, _b, _ratio;
|
||||
|
||||
/************************Hardware Related Macros************************************/
|
||||
|
Reference in New Issue
Block a user