bouncy_listener library

Classes

BouncyListener
callback will be called after waiting for duration when input is called. If input is called again before duration is elapsed, the timer restarts. So calling input every 500ms during 2s with a duration of 1s will result in a total debounce of 3s.