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
@@ -25,7 +25,7 @@ public class GamerMove extends Command {
// Called repeatedly when this Command is scheduled to run
@Override
protected void execute() {
Robot.m_Drive.gamerMove();
Robot.m_Drive.driveWithInput(0, 1);
}
// Make this return true when this Command no longer needs to run execute()