Skip to content

LiranSX/Arduino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Arduino

My Aduino Libraries

PushButtonsManager

allows to use push buttons and process their events easily.

  • add event handler for "pushed" event: will receive the pin number of the pushed button + how much time it was held since the first "high" value. return "true" to keep getting callback calls for the button's current held session or "false" to stop receiving them (for current push).
  • add event handler for "released" event: will receive the pin number of the pushed button + how much time it was held since the first "high" value.

VibrationSensor

Get vibration sesnsor data and process for alarm usage: "IsBusted" - will return true if there were X vibrations in Y milliseconds (configurable).

About

My Aduino Libraries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages