[][src]Function debouncr::debounce_stateful_16

pub fn debounce_stateful_16(
    initial_state_pressed: bool
) -> DebouncerStateful<u16, Repeat16>

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