Class BDebounceRC.Falling
java.lang.Object
com.stuypulse.stuylib.streams.booleans.filters.BDebounceRC.Falling
- All Implemented Interfaces:
BDebounceRC,BFilter
- Enclosing interface:
- BDebounceRC
An RC Debouncer that has a false bias
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.stuypulse.stuylib.streams.booleans.filters.BDebounceRC
BDebounceRC.Both, BDebounceRC.Falling, BDebounceRC.Rising -
Field Summary
Fields inherited from interface com.stuypulse.stuylib.streams.booleans.filters.BDebounceRC
kFalse, kLowerLimit, kTrue, kUpperLimit -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanget(boolean next) Get next value in Filter based on the next value given
-
Constructor Details
-
Falling
- Parameters:
debounceTime- amount of time on average to go from true to false
-
-
Method Details