Vacom 10 Modbus pooling to feedback collection for fan speed and air heating PI regilator are developed

Few small changes to conserve RAM usage across code
This commit is contained in:
2017-10-29 14:58:16 +03:00
parent bc74b616b9
commit e549616abe
4 changed files with 203 additions and 134 deletions

2
item.h
View File

@@ -88,7 +88,7 @@ class Item
int SendCmd(short cmd,short n=0, int * Par=NULL);
protected:
int VacomSetFan (int addr, int8_t val);
int VacomSetFan (int8_t val, int8_t cmd=0);
int VacomSetHeat(int addr, int8_t val, int8_t cmd=0);
int isActive();
void Parse();