[][src]Function debouncr::debounce_4

pub fn debounce_4() -> Debouncer<u8, Repeat4>

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