[][src]Function debouncr::debounce_stateful_3

pub fn debounce_stateful_3(
    initial_state_pressed: bool
) -> DebouncerStateful<u8, Repeat3>

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