mirror of
https://github.com/miguel5612/MQSensorsLib.git
synced 2025-07-04 11:21:03 +03:00
Added external A2_D Support
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user