Skip to content

yash4karan/Button

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

README.md

This is a library to enable plug-and-play interaction with buttons on the Arduino platform. This library supports multi-touch. Types of button presses accommodated:

  1. Toggles,
  2. Long-press toggles, and
  3. Hold-downs.

The implementation details/variables are encapsulated from the user to avoid any weird behaviour and make user-side implementation as straightforward as possible.

Future plans:

  1. Create classes for buttons that only allow one kind of function (eg. long-press only). This will help make the final Arduino code more memory efficient. The Button class as it stands now can inherit from each 'special' class on Button.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages