[][src]Type Definition bounced::DebouncedIntegrator

type DebouncedIntegrator<A, F> = Debounced<A, Integrator, F>;

Implementations

impl<A, F> DebouncedIntegrator<A, F> where
    A: Active,
    F: Fn() -> bool, 
[src]

pub fn with_integrator(max: NonZeroU8, is_input_high: F) -> Self[src]

Convenience to create a new integrator-debounced input