[][src]Function debouncr::debounce_15

pub fn debounce_15(initial_state_pressed: bool) -> Debouncer<u16, Repeat15>

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