[][src]Function debouncr::debounce_5

pub fn debounce_5() -> Debouncer<u8, Repeat5>

Create a new debouncer that can detect a rising edge of 5 consecutive logical-high states.