Skip to content

Latest commit

 

History

History

README.md

Examples InputDebounce Arduino Library Build Status

There are multiple ways to get the input state.

Test_InputDebounce

Showing general usage.

Test_InputDebounce_Callbacks (since v1.1.0)

Using registered callback functions.

Test_InputDebounce_Inheritance (since v1.1.0)

Using inheritance, by defining a subclass and override the methods pressed(), released() and pressedDuration(unsigned long duration).

Apache License 2.0

-- Mario