[][src]Function debouncr::debounce_10

pub fn debounce_10() -> Debouncer<u16, Repeat10>

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