[][src]Function debouncr::debounce_stateful_12

pub fn debounce_stateful_12(
    initial_state_pressed: bool
) -> DebouncerStateful<u16, Repeat12>

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