[][src]Function debouncr::debounce_13

pub fn debounce_13(initial_state_pressed: bool) -> Debouncer<u16, Repeat13>

Create a new debouncer that can detect a rising or falling edge of 13 consecutive logical states.