Interface BDebounce
- All Superinterfaces:
BFilter
- All Known Implementing Classes:
BDebounce.Both,BDebounce.Falling,BDebounce.Rising
A collection of Debounce Classes in 3 flavors.
1. Rising - BStream must be true for x seconds
2. Falling - BStream must be false for x seconds
3. Both - BStream must remain constant for x seconds to change
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classA General Debounce Filter.static classA Falling Debounce Filter.static classA Rising Debounce Filter. -
Method Summary