Event-based asynchronous button library for ESP32 family chips. It generate events for various button press patterns, like short/long press, clicks, autorepeat, multiple clicks
AsyncEventButton - an all-in-one GPIO button class with callbacks
It's a simple wrapper that combines GPIO button, event loop handler
and a set of callbacks for each event type.
Use this class if you need just a simple single button solution with callbacks
Resolve #4