Skip to content

Releases: jsware/able-buttons

Added single-click functions and events.

29 Jun 00:05
0436295
Compare
Choose a tag to compare

Added functions and events to enable single- and double-clicks to be identified. Now a program can allow a single-click to do one thing and a double-click to do another, without the double-click being preceded by a single-click event.

Added Double-Clicker Buttons

23 Dec 01:14
Compare
Choose a tag to compare

Added double-clicker buttons to the available features.
Updated AbleButtons test harness.

Refactored able-buttons to AbleButtons

16 Nov 23:30
2c19124
Compare
Choose a tag to compare

The Arduino Button Library Extension (ABLE) is a simple, lightweight button library to capture input from buttons connected to the Arduino. AbleButtons supports debouncing buttons, basic button presses, held buttons and idle buttons, button clicks and callback functions. AbleButtons supports managing list of buttons together. Both pulldown and pull-up resistor circuits are supported. AbleButtons minimises its memory requirements through choosing a button class at compile time. A 'using Button = AbleButton' style command in your code includes just the features needed in your program.

Initial version

13 Oct 20:15
Compare
Choose a tag to compare

Initial version of the Arduino Button Library Extension (ABLE)