mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 14:12:16 +03:00
fix AnalogAdc
This commit is contained in:
@@ -17,7 +17,7 @@ class AnalogAdc : public IoTItem {
|
||||
unsigned int _pin;
|
||||
unsigned int _avgSteps, _avgCount;
|
||||
unsigned long _avgSumm;
|
||||
float adCresult;
|
||||
float adCresult = 0;
|
||||
|
||||
public:
|
||||
//=======================================================================================================
|
||||
|
||||
Reference in New Issue
Block a user