[][src]Function debouncr::debounce_stateful_14

pub fn debounce_stateful_14(
    initial_state_pressed: bool
) -> DebouncerStateful<u16, Repeat14>

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