Added external A2_D Support

This commit is contained in:
miguel5612
2020-03-29 22:03:45 -05:00
parent 8f3ede62f4
commit 1840c75c0a
3 changed files with 102 additions and 1 deletions

View File

@ -25,6 +25,7 @@ class MQUnifiedsensor
void setRegressionMethod(int regressionMethod);
void setVoltResolution(float voltage_resolution = 5);
void serialDebug(bool onSetup = false); //Show on serial port information about sensor
void setADC(int value); //For external ADC Usage
//user functions
float calibrate(float ratioInCleanAir);