[][src]Function debouncr::debounce_stateful_10

pub fn debounce_stateful_10(
    initial_state_pressed: bool
) -> DebouncerStateful<u16, Repeat10>

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