Create command package for shooter and create skeleton commands
authorshainachen <shaina.sierra@gmail.com>
Thu, 12 Jan 2017 04:37:42 +0000 (20:37 -0800)
committerCindy Zhang <cindyzyx9@gmail.com>
Sat, 14 Jan 2017 22:28:36 +0000 (14:28 -0800)
commit809609c90af820574d54545300485fd5e0ff85e7
tree05252d2d3502bdd6328a2bb7019f24a2fa4b3680
parent1ff0da7b73c20fd9f292644e4fc99d04765300a7
Create command package for shooter and create skeleton commands
src/org/usfirst/frc/team3501/robot/commands/shooter/RunFlyWheel.java [new file with mode: 0644]
src/org/usfirst/frc/team3501/robot/commands/shooter/RunFlyWheelContinuous.java [new file with mode: 0644]
src/org/usfirst/frc/team3501/robot/commands/shooter/RunIndexWheel.java [new file with mode: 0644]
src/org/usfirst/frc/team3501/robot/commands/shooter/RunIndexWheelContinuous.java [new file with mode: 0644]
src/org/usfirst/frc/team3501/robot/commands/shooter/StopFlyWheel.java [new file with mode: 0644]
src/org/usfirst/frc/team3501/robot/commands/shooter/StopIndexWheel.java [new file with mode: 0644]
src/org/usfirst/frc/team3501/robot/subsystems/Shooter.java