AceButton
1.10.0
An adjustable, compact, event-driven button library for Arduino.
|
Interface of the class that will handle the button event. More...
#include <IEventHandler.h>
Public Member Functions | |
virtual void | handleEvent (AceButton *button, uint8_t eventType, uint8_t buttonState)=0 |
Handle the button event. | |
Interface of the class that will handle the button event.
Users can create an implementation subclass and register the event handler object using ButtonConfig::setIEventHandler().
Definition at line 39 of file IEventHandler.h.