2 #ifndef __buttonsCommanderPush_H__ 3 #define __buttonsCommanderPush_H__ 7 #ifndef NO_BUTTONSCOMMANDER 8 #ifndef NO_BUTTONSCOMMANDERPUSH 35 unsigned long lastDebounceTime;
36 unsigned long debounceDelay;
66 inline int GetPin()
const {
return GPIO_to_Arduino_pin(this->buttonPin); }
70 inline GPIO_pin_t
GetDIO2Pin()
const {
return this->buttonPin; }
72 #ifdef COMMANDERS_PRINT_COMMANDERS 76 void printCommander();
COMMANDERS_EVENT_TYPE EventType