[][src]Function debouncr::debounce_10

pub fn debounce_10(initial_state_pressed: bool) -> Debouncer<u16, Repeat10>

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