Package frc.lib5k.control
Class Toggle
- java.lang.Object
-
- frc.lib5k.control.Toggle
-
public class Toggle extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Toggle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanfeed(boolean input)booleanget()This is to be used in a situation were you are not looking to toggle the value, just readvoidreset()Reset the current output
-