[][src]Function debouncr::debounce_stateful_8

pub fn debounce_stateful_8(
    initial_state_pressed: bool
) -> DebouncerStateful<u8, Repeat8>

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