2 #ifndef __buttonsCommanderAnalogPushesItem_H__ 3 #define __buttonsCommanderAnalogPushesItem_H__ 7 #ifndef NO_BUTTONSCOMMANDER 8 #ifndef NO_BUTTONSCOMMANDERANALOGPUSHES 29 void begin(
unsigned long inId,
int inAnalogValue,
int inTolerancy) { this->
Id = inId; this->analogValue = inAnalogValue; this->readingTolerancy = inTolerancy; }
38 #ifdef COMMANDERS_PRINT_COMMANDERS 42 void printCommander();