interim commit: universal Modbus driver

This commit is contained in:
2020-05-13 13:03:12 +03:00
parent 28909c0f34
commit 0dedf388da
9 changed files with 447 additions and 25 deletions

View File

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