[][src]Crate debounced_pin

Adds a wrapper for an InputPin that debounces it's is_high() and is_low() methods.

Structs

ActiveHigh

Unit struct for active-high pins.

ActiveLow

Unit struct for active-low pins.

DebouncedInputPin

A debounced input pin.