add skeleton code for missing commands
authorCindy Zhang <cindyzyx9@gmail.com>
Wed, 25 Jan 2017 03:38:04 +0000 (19:38 -0800)
committerCindy Zhang <cindyzyx9@gmail.com>
Wed, 25 Jan 2017 03:38:04 +0000 (19:38 -0800)
commitf43a1c52c5936dbee257ab64f258d3b93f92ab14
treeb90e21cb6198e5747561d43263f16ec6f2a07cbe
parent82f6e1ef5a797c15e592852aa07544c73dcc632b
add skeleton code for missing commands
src/org/usfirst/frc/team3501/robot/commandgroups/PrepareToShoot.java [new file with mode: 0644]
src/org/usfirst/frc/team3501/robot/commandgroups/Shoot.java [new file with mode: 0644]
src/org/usfirst/frc/team3501/robot/commands/driving/ToggleGear.java [new file with mode: 0644]
src/org/usfirst/frc/team3501/robot/commands/driving/Turn90Left.java [new file with mode: 0644]
src/org/usfirst/frc/team3501/robot/commands/driving/Turn90Right.java [new file with mode: 0644]
src/org/usfirst/frc/team3501/robot/commands/intake/ReverseIntake.java [new file with mode: 0644]
src/org/usfirst/frc/team3501/robot/commands/intake/ReverseIntakeContinuous.java [new file with mode: 0644]
src/org/usfirst/frc/team3501/robot/commands/shooter/DecreaseShootingSpeed.java [new file with mode: 0644]
src/org/usfirst/frc/team3501/robot/commands/shooter/IncreaseShootingSpeed.java [new file with mode: 0644]