Converted to global var _sensor_volt

This commit is contained in:
miguel5612
2019-05-29 21:31:45 -05:00
parent 82b7b6e04d
commit c2e4ca7164
2 changed files with 8 additions and 8 deletions

View File

@ -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************************************/