Fix ports and unusuable code to make shooter test work harel/temp-shooting
authorHarel Dor <hareldor@gmail.com>
Tue, 23 Feb 2016 06:08:54 +0000 (22:08 -0800)
committerHarel Dor <hareldor@gmail.com>
Tue, 23 Feb 2016 06:08:54 +0000 (22:08 -0800)
commit1e41dfe4e5913508b81298ba64e6d879b6739f39
tree8e3a19a9b029db06f55d3290e9eecd497168d0f8
parent93241e25b57f6a7e7f64207682246957cd47e353
Fix ports and unusuable code to make shooter test work
src/org/usfirst/frc/team3501/robot/Constants.java
src/org/usfirst/frc/team3501/robot/OI.java
src/org/usfirst/frc/team3501/robot/Robot.java
src/org/usfirst/frc/team3501/robot/commands/shooter/Shoot.java
src/org/usfirst/frc/team3501/robot/commands/shooter/StartShooter.java [new file with mode: 0644]
src/org/usfirst/frc/team3501/robot/commands/shooter/StopShooter.java [new file with mode: 0644]
src/org/usfirst/frc/team3501/robot/commands/shooter/runShooter.java [deleted file]