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