mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
bugfix Ina226.cpp
This commit is contained in:
@@ -89,7 +89,7 @@ public:
|
|||||||
}
|
}
|
||||||
void doByInterval()
|
void doByInterval()
|
||||||
{
|
{
|
||||||
regEvent(vinstanceIna226(_addr)->getShuntVoltage(), "Ina226shuntvoltage");
|
regEvent(instanceIna226(_addr)->getShuntVoltage(), "Ina226shuntvoltage");
|
||||||
}
|
}
|
||||||
|
|
||||||
~Ina226shuntvoltage(){};
|
~Ina226shuntvoltage(){};
|
||||||
|
|||||||
Reference in New Issue
Block a user