[][src]Function debouncr::debounce_7

pub fn debounce_7(initial_state_pressed: bool) -> Debouncer<u8, Repeat7>

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