public final class CycleEndGameColors
extends edu.wpi.first.wpilibj.command.InstantCommand
| Constructor | Description |
|---|---|
CycleEndGameColors() |
Constructs a new
CycleEndGameColors Command. |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
execute() |
Changes through every color.
|
protected void |
initialize() |
Starts with LEDs turned off.
|
protected boolean |
isFinished() |
Command only runs for 30 seconds.
|
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, waitpublic CycleEndGameColors()
CycleEndGameColors Command.protected 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.InstantCommand