Crate bounced

Crate bounced 

Source
Expand description

§Debouncing Signals

Use the Debounced type for this crates functionality.

Modules§

active
Active Low and Active High Inputs
strategy
Debouncing Strategies

Structs§

Debounced
Debounces Input

Enums§

Status
Input Status

Functions§

samples
Computes the samples

Type Aliases§

DebouncedIntegrator
Convenience for Debounced<_, Integrator, _>
DebouncedShifter
Convenience for Debounced<_, Shifter, _>