[][src]Function debouncr::debounce_4

pub fn debounce_4(initial_state_pressed: bool) -> Debouncer<u8, Repeat4>

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