[][src]Function debouncr::debounce_8

pub fn debounce_8(initial_state_pressed: bool) -> Debouncer<u8, Repeat8>

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