[][src]Function debouncr::debounce_11

pub fn debounce_11(initial_state_pressed: bool) -> Debouncer<u16, Repeat11>

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