This library implements non-blocking functions to detect button actions, ensuring each action is debounced to filter out input noise on the button pin. The library can handle multiple buttons. Button ...
It is intended to suport up to 8 pins but implementation is just for 2 pins You may add more pins as you need. Button press have states. IDLE, 1STPRESS, DEBOOUNCE, PRESSED Serial char is sent by ...