Skip to content

david1983/eBtn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eBtn

An Arduino library to create buttons and handle events using callbacks. The library handle the following events:

  • press
  • release
  • hold
  • longPress

Usage

eBtn btn = eBtn(btnPin);

btn.on("press",callbackFn);

void callbackFn(){
  //do something here
}

About

An Arduino library to create buttons and handle events using callbacks.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages