2 #ifndef __buttonsCommanderAnalogPushes_H__ 3 #define __buttonsCommanderAnalogPushes_H__ 7 #ifndef NO_BUTTONSCOMMANDER 8 #ifndef NO_BUTTONSCOMMANDERANALOGPUSHES 9 #include "ButtonsCommanderAnalogPushesItem.hpp" 54 uint8_t lastButtonPressed;
62 unsigned long lastDebounceTime;
63 unsigned long debounceDelay;
76 void begin(
int inButtonPin, uint8_t inNumber,
unsigned long *inpIds,
int *inpButtonValues,
int inTolerancy = 20);
88 #ifdef COMMANDERS_PRINT_COMMANDERS 92 void printCommander();