[][src]Function debouncr::debounce_stateful_4

pub fn debounce_stateful_4(
    initial_state_pressed: bool
) -> DebouncerStateful<u8, Repeat4>

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