Make command for running the shooter when trigger is pressed
authorEvanYap <evanyap.14@gmail.com>
Fri, 22 Jan 2016 03:16:24 +0000 (19:16 -0800)
committerKevin Zhang <icestormf1@gmail.com>
Sat, 23 Jan 2016 03:37:35 +0000 (19:37 -0800)
commitb87f970088167bdd3f9be3a2e55b28847d37d819
tree2f702ddb34ed19e6516805e183d2df9046d4d141
parent47ce2b096c12934905e63f52d8cf7776af348b60
Make command for running the shooter when trigger is pressed
src/org/usfirst/frc/team3501/robot/OI.java
src/org/usfirst/frc/team3501/robot/commands/changeSpeed.java [deleted file]
src/org/usfirst/frc/team3501/robot/commands/runShooter.java [new file with mode: 0644]
src/org/usfirst/frc/team3501/robot/commands/setShooterSpeed.java [new file with mode: 0644]
src/org/usfirst/frc/team3501/robot/subsystems/Shooter.java