Mercury electricity counter driver, refactoring

This commit is contained in:
Климов Андрей Николаевич
2023-01-29 12:33:22 +03:00
parent b06dad9395
commit 86d0d784a0
22 changed files with 736 additions and 150 deletions

View File

@@ -3,7 +3,7 @@
#define CST_UNKNOWN 0
#define CST_INITIALIZED 1
#define CST_FAILED 2
#define CST_FAILED -1
class abstractCh {
public: