Modified fctn to get voltage

This commit is contained in:
miguel5612
2019-06-01 18:00:10 -05:00
parent 74e8f045aa
commit 434e454688
3 changed files with 37 additions and 16 deletions

View File

@ -274,8 +274,8 @@ class MQUnifiedsensor
int readSensor(String nameLectureRequeired = "", bool print = false);
int readPPM(int m, int b);
float calibrate(boolean print = false);
double getVoltage();
long calibrate(boolean print = false);
double getVoltage(int read = true);
double stringToDouble(String & str);
String getnameLecture();