[][src]Function debouncr::debounce_stateful_9

pub fn debounce_stateful_9(
    initial_state_pressed: bool
) -> DebouncerStateful<u16, Repeat9>

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