Package com.ctre.phoenix6.wpiutils
Class AutoFeedEnable
java.lang.Object
com.ctre.phoenix6.wpiutils.AutoFeedEnable
- All Implemented Interfaces:
AutoCloseable
public class AutoFeedEnable extends Object implements AutoCloseable
-
Method Summary
Modifier and Type Method Description void
close()
static AutoFeedEnable
getInstance()
void
start()
Starts feeding the enable signal to CTRE actuators.void
stop()
Stops feeding the enable signal to CTRE actuators.
-
Method Details
-
getInstance
-
start
Starts feeding the enable signal to CTRE actuators. -
stop
Stops feeding the enable signal to CTRE actuators. The enable signal will only be stopped when all actuators have requested to stop the enable signal. -
close
- Specified by:
close
in interfaceAutoCloseable
-