GreyGnome / EnableInterrupt

New Arduino interrupt library, designed for Arduino Uno/Mega 2560/Leonardo/Due
329 stars 73 forks source link

Added debounce example #30

Closed ghost closed 6 years ago

ghost commented 8 years ago

Hi,

thanks for this useful library.

I've added an example for button debouncing - hope you find it useful.

Lorenzo

GreyGnome commented 8 years ago

Thanks, Lorenzo! I'll check it out...

On Tue, Feb 16, 2016 at 10:00 AM, Lorenzo Cafaro notifications@github.com wrote:

Hi,

thanks for this useful library.

I've added an example for button debouncing - hope you find it useful.

Lorenzo

You can view, comment on, or merge this pull request online at:

https://github.com/GreyGnome/EnableInterrupt/pull/30 Commit Summary

  • Added Debounce example
  • Removed unused include directive

File Changes

Patch Links:

— Reply to this email directly or view it on GitHub https://github.com/GreyGnome/EnableInterrupt/pull/30.

-Mike Schwager