News

Momentary button library for the Arduino platform, to detect button state change (press/release), short/long presses and multiple presses. This library implements non-blocking functions to detect ...
Creates an array holding button states. Includes the function checkButtonStateAndUpdate () that updates the button states. Whilst updating, the function knows that the arduino's code will run many ...
Did you know that you can use Arduino to turn on an LED when you press a button? Well, it is true, you can do this! Leaving the joke aside, let me show ...