Added print serial

This commit is contained in:
miguel5612
2019-05-29 22:17:25 -05:00
parent d6530691aa
commit 2408b9f0bb
2 changed files with 9 additions and 2 deletions

View File

@ -86,7 +86,7 @@ class MQUnifiedsensor
int readSensor(String nameLectureRequeired = "", bool print = false);
int readPPM(int m, int b);
int calibrate();
int calibrate(boolean print = false);
double getVoltage();
double stringToDouble(String & str);