Creates methods for setting speed, adding to speed, and subtracting from speed along...
authorEvanYap <evanyap.14@gmail.com>
Thu, 21 Jan 2016 04:23:14 +0000 (20:23 -0800)
committerKevin Zhang <icestormf1@gmail.com>
Sat, 23 Jan 2016 03:37:35 +0000 (19:37 -0800)
commitcb3389ebe0d39363292bfde20bb5345bd1e34253
tree6fc5f36840e990438bfdbefa31d93a207e48fac0
parent40348cabbc95d9cb1253b78e61783933e6a33af6
Creates methods for setting speed, adding to speed, and subtracting from speed along with buttons corresponding to their actions
src/org/usfirst/frc/team3501/robot/Constants.java
src/org/usfirst/frc/team3501/robot/OI.java
src/org/usfirst/frc/team3501/robot/commands/ShooterTest.java
src/org/usfirst/frc/team3501/robot/subsystems/Shooter.java