Skip to content

Releases: evert-arias/EasyButton

v2.0.3

04 Jul 15:41
fcbbf5d
Compare
Choose a tag to compare

Update version in library.properties file so that it can be loaded via the Arduino Library Manager.

Thanks to @webmonkey

v2.0.2

26 Apr 21:01
a00856a
Compare
Choose a tag to compare

Fix issue #74 by conditional including touch features (#78, thanks to @ncmreynolds)

v2.0.1

05 Oct 14:52
Compare
Choose a tag to compare

Fixes

Fixed issue that were causing fails on sequences after odd single click (#47, thanks to @ssk8)

v2.0.0

11 Apr 19:11
24d68cd
Compare
Choose a tag to compare

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.1

03 Apr 14:42
Compare
Choose a tag to compare

v1.2.0

23 Mar 15:52
2409abb
Compare
Choose a tag to compare

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

18 Aug 21:05
Compare
Choose a tag to compare

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

13 Aug 03:39
3cad9a7
Compare
Choose a tag to compare

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

05 Aug 21:49
50b7638
Compare
Choose a tag to compare

Bug fix:
f704cbc Only include EasyButtonTouch class only for ESP32

Release 1.0.1

15 Feb 21:50
6bd7d0a
Compare
Choose a tag to compare

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