LED Command Based

This commit is contained in:
Keenan D. Buckley
2019-12-21 20:41:34 -07:00
parent c690466356
commit ec873a2835
6 changed files with 62 additions and 12 deletions
@@ -67,12 +67,8 @@ public class Drive extends Subsystem {
m_driveTrain.arcadeDrive(move, steer);
}
public void gamerMove(){
m_driveTrain.arcadeDrive(0, 1);
}
@Override
public void initDefaultCommand() {
public void initDefaultCommand(){
// Set the default command for a subsystem here.
// setDefaultCommand(new MySpecialCommand());
setDefaultCommand(new DriveWithJoystick());