Motor driver with feedback input (Airflow regulator Dospel)

items pulling reworked
This commit is contained in:
2019-11-03 03:31:32 +03:00
parent 23167b4f1c
commit c947c8bb4c
14 changed files with 383 additions and 49 deletions

View File

@@ -25,7 +25,7 @@ public:
out_AC(Item * _item):abstractOut(_item){};
int Setup() override;
int Poll() override;
int Poll(short cause) override;
int Stop() override;
int Status() override;
int isActive() override;