[][src]Function debouncr::debounce_stateful_2

pub fn debounce_stateful_2(
    initial_state_pressed: bool
) -> DebouncerStateful<u8, Repeat2>

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