[][src]Function debouncr::debounce_9

pub fn debounce_9(initial_state_pressed: bool) -> Debouncer<u16, Repeat9>

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