Move LEDPatterns.java to utility

This commit is contained in:
Keenan D. Buckley
2020-01-05 20:23:52 -07:00
parent ee9c2c754f
commit f466abead2
3 changed files with 12 additions and 9 deletions
@@ -9,8 +9,8 @@ package frc4388.robot.commands.LED;
import edu.wpi.first.wpilibj2.command.InstantCommand;
import frc4388.robot.constants.LEDPatterns;
import frc4388.robot.subsystems.LED;
import frc4388.utility.LEDPatterns;
// NOTE: Consider using this command inline, rather than writing a subclass. For more
// information, see: