-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Lance A. Endres edited this page Jun 26, 2021
·
3 revisions
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.
This library should cover the majority of the use cases for tactile push buttons.
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.
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.