SensESP 3.0.1
Universal Signal K sensor toolkit ESP32
|
Base class for button handlers. More...
#include <sensesp/system/base_button.h>
Public Member Functions | |
BaseButtonHandler (int pin, String config_path="") | |
Protected Attributes | |
std::unique_ptr< AceButton > | button_ |
Base class for button handlers.
Button handlers are used to handle button presses. This is an abstract base class that should be extended to implement a specific button handler.
Definition at line 21 of file base_button.h.
|
inline |
|
protected |
Definition at line 39 of file base_button.h.