Releases: evert-arias/EasyButton
Releases · evert-arias/EasyButton
v2.0.3
Update version in library.properties
file so that it can be loaded via the Arduino Library Manager.
Thanks to @webmonkey
v2.0.1
Fixes
Fixed issue that were causing fails on sequences after odd single click (#47, thanks to @ssk8)
v2.0.0
EasyButton v2.0
- Introduces virtual button functionality
- Some changes to the API that make it more intuitive.
- Performance improvements
🥇 Thanks to @elC0mpa for his collaboration
Check out the official documentation website
v1.2.0
Introducing support for multiple onSequence
Multiple onSequence support #36 by @elC0mpa
New example added 9b27abf by @elC0mpa
EasyButton now has its own website where we host its official documentation and examples.
https://easybtn.earias.me
Much more on the way...
v1.1.1
This version improve some functionalities and has some small fixes
#20 Improved onPressedFor functionality when using interrupts
fed0ad8 Add FunctionalInterrupt when functional support is enable. Fix to issue: #21
v1.1.0
This version introduces Interrupts Support a new feature added by @elC0mpa
bc2b91d Interrupts support
cfae017 New example of using interrupts
🥇 Thanks to @elC0mpa for his collaboration
EasyButton v1.0.2
Bug fix:
f704cbc Only include EasyButtonTouch class only for ESP32
Release 1.0.1
This version includes some fixes
Commits:
- 84c8067 Support std::function for callback #2
- 245f189 Fix initialization order Warning (-Wreorder) #4
- 30c2df1 Fix spurious pressed-for events #6