[][src]Function debouncr::debounce_16

pub fn debounce_16(initial_state_pressed: bool) -> Debouncer<u16, Repeat16>

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