Skip to content
Lance A. Endres edited this page Jun 26, 2021 · 3 revisions

Introduction

There are plenty of button libraries available for Arduino, so what makes this one different? It is one-stop shopping for all your button needs. Well, that's the idea anyway.

Library Objectives

Most Button Needs are Met

This library should cover the majority of the use cases for tactile push buttons.

Provide a Common Interface

A common interface will make development easier and it will take less time. A developer will not have to learn a new library for every button type.

Provide for Easy Extensibility

If you specific button behavior that is not provided for, then it should be very, very easy to implement. Using this library, you should be able to implement your logic in a few lines of code.

Clone this wiki locally