[][src]Function debouncr::debounce_stateful_15

pub fn debounce_stateful_15(
    initial_state_pressed: bool
) -> DebouncerStateful<u16, Repeat15>

Create a new stateful debouncer that can detect stable state changes after 15 consecutive logical states.