WiringProject / Wiring

Wiring Framework
http://wiring.org.co/
Other
217 stars 168 forks source link

Add debounce time check to button library #23

Closed cyborgsimon closed 11 years ago

cyborgsimon commented 11 years ago

Fixes issue #15

default value for debounce time is 50 ms use setDebounceTime(unsigned int debounce) to alter the debounce time

AlexanderBrevig commented 11 years ago

Wonderful work cyborgsimon! I've been meaning to get this done for a long time. Thank you! I enlisted you in the @ contribution section in the header.

cyborgsimon commented 11 years ago

You are welcome and thanks for creating/improving those libraries in the first place.