Skip to content

Releases: lendres/ButtonSuite-Arduino

Version 2.1.1

25 Apr 21:20
Compare
Choose a tag to compare

Update for changes in the Bounce2 API. Thanks to @woodlist for pointing this out.

Version 2.1.0

28 Jun 14:28
Compare
Choose a tag to compare

Changed BUTTONSTATUS enum to allow the use of binary operations.
Updated PushEventButton to allow for capturing both push and release.

Version 2.0.0

28 Jun 01:16
Compare
Choose a tag to compare

The purpose of Version 2 was to greatly simplify the interface as well as the internal structure of the software. Some of the more esoteric functionality was removed and some functionality was separated into different classes. This meant backwards compatibility could not be maintained, however, the benefit is a much cleaner and easier to understand library.

Version 1.1.0

20 Jun 13:40
Compare
Choose a tag to compare

This release adds functionality to the MomentaryButton and LatchingButton to make them more convenient to use. New examples have been added. The documentation has been corrected and added to in several places.

Version 1.0.0

02 Jul 01:25
Compare
Choose a tag to compare

First release.