add corrections shooter-code-review
authorEric Sandoval <harpnart@gmail.com>
Sun, 19 Feb 2017 21:24:50 +0000 (13:24 -0800)
committerEric Sandoval <harpnart@gmail.com>
Sun, 19 Feb 2017 21:24:50 +0000 (13:24 -0800)
commit6af2bd85705a2bd19ce936d390f57a61f6168666
tree5dd787b9bfbbb3f37ec920ae7fd06348825582a7
parent4dd20c3d051f6e39e5de6c86d04c4cade58fca59
add corrections
src/org/usfirst/frc/team3501/robot/commands/shooter/DecreaseShootingSpeed.java
src/org/usfirst/frc/team3501/robot/commands/shooter/IncreaseShootingSpeed.java
src/org/usfirst/frc/team3501/robot/commands/shooter/ResetShootingSpeed.java
src/org/usfirst/frc/team3501/robot/commands/shooter/ReverseIndexWheel.java
src/org/usfirst/frc/team3501/robot/commands/shooter/ReverseIndexWheelContinuous.java
src/org/usfirst/frc/team3501/robot/commands/shooter/RunFlyWheel.java
src/org/usfirst/frc/team3501/robot/commands/shooter/RunFlyWheelContinuous.java
src/org/usfirst/frc/team3501/robot/commands/shooter/RunIndexWheel.java
src/org/usfirst/frc/team3501/robot/commands/shooter/RunIndexWheelContinuous.java
src/org/usfirst/frc/team3501/robot/subsystems/Shooter.java