public final class DisableLEDs
extends edu.wpi.first.wpilibj.command.Command
| Constructor | Description |
|---|---|
DisableLEDs() |
Constructs a new
DisableLEDs Command. |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
execute() |
Calls the command method in the subsystem class.
|
protected void |
initialize() |
Sets all LEDs to off.
|
protected boolean |
isFinished() |
Command runs continuously.
|
cancel, clearRequirements, doesRequire, end, getGroup, initSendable, interrupted, isCanceled, isCompleted, isInterruptible, isRunning, isTimedOut, requires, setInterruptible, setRunWhenDisabled, setTimeout, start, timeSinceInitialized, toString, willRunWhenDisabledclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitprotected void initialize()
initialize in class edu.wpi.first.wpilibj.command.Commandprotected void execute()
execute in class edu.wpi.first.wpilibj.command.Commandprotected boolean isFinished()
isFinished in class edu.wpi.first.wpilibj.command.Command