[][src]Function debouncr::debounce_3

pub fn debounce_3(initial_state_pressed: bool) -> Debouncer<u8, Repeat3>

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