You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
1.6 (2020-09-18)
Remove 'class Print' forward declaration that breaks megaAVR like Nano
Every.
Mark non-virtual const functions with const, which preserves backwards
compatibility.
Add support for object-based event handler using IEventHandler and ButtonConfig::setIEventHanlder(). Fixes Issue
#50. Regenerate library
code size numbers, showing increase of 34-64 bytes of flash memory.
Add examples of how to configure 2 AceButtons using either a single
ButtonConfig or 2 ButtonConfigs.
Potentially Breaking: Change ButtonConfig::getEventHandler() to be
an internal and deprecated method. Replaced with ButtConfig::dispatchEvent() which is also an internal method.