Package frc.lib5k.components
Class Latch
- java.lang.Object
-
- frc.lib5k.components.Latch
-
public class Latch extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Latch()Creates a Latch object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfeed(boolean x)booleanget()voidreset()Resets the state of the Latch
-