[][src]Function debouncr::debounce_12

pub fn debounce_12(initial_state_pressed: bool) -> Debouncer<u16, Repeat12>

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