Merge pull request #14 from miguel5612/develop

Value of _RLValue - Added getRL and setRL method
This commit is contained in:
Miguel Angel Califa Urquiza
2019-09-28 11:07:40 -05:00
committed by GitHub
2 changed files with 10 additions and 0 deletions

View File

@ -255,6 +255,7 @@ class MQUnifiedsensor
void inicializar();
void update();
void setR0(double R0 = 10);
void setRL(double RL = 10);
void setVoltResolution(float voltaje = 5);
void setSensorCharacteristics(String nameLectureReqeuired = "", bool print = false);
void setDefaultGas();
@ -265,6 +266,7 @@ class MQUnifiedsensor
//get function for info
double getR0();
double getRL();
double getVoltage(int read = true);
double stringToDouble(String & str);
String getnameLecture();