Implement getter and setter methods for current shooting speed Nadia/flywheel
authorNadia Anees <n.anees655@gmail.com>
Sat, 11 Feb 2017 04:02:26 +0000 (20:02 -0800)
committerCindy Zhang <cindyzyx9@gmail.com>
Sun, 19 Feb 2017 21:36:01 +0000 (13:36 -0800)
commit09e509d3b1f6e73a06d62e41c5a959e6eed2e5c6
treed6708a478fd389d89ddf4f9c35d8b6a904e248a5
parentd7042bec1cddc809132fcc233ba3320b0b6681d9
Implement getter and setter methods for current shooting speed
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/RunFlyWheel.java
src/org/usfirst/frc/team3501/robot/commands/shooter/RunFlyWheelContinuous.java
src/org/usfirst/frc/team3501/robot/subsystems/Shooter.java