[][src]Function debouncr::debounce_6

pub fn debounce_6(initial_state_pressed: bool) -> Debouncer<u8, Repeat6>

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