[][src]Function debouncr::debounce_3

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

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