[][src]Function debouncr::debounce_stateful_13

pub fn debounce_stateful_13(
    initial_state_pressed: bool
) -> DebouncerStateful<u16, Repeat13>

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