add testing commands and buttons
authorCindy Zhang <cindyzyx9@gmail.com>
Wed, 17 Feb 2016 21:25:39 +0000 (13:25 -0800)
committerCindy Zhang <cindyzyx9@gmail.com>
Tue, 23 Feb 2016 00:22:21 +0000 (16:22 -0800)
commit66bd9f829cd645cf0ddf151c1fbde82add1b4b3f
treec47537b9badce3e178663b7513412d700f62d057
parent250ff166089b4bd2d3276e79fb985834a5b61cf9
add testing commands and buttons
src/org/usfirst/frc/team3501/robot/Constants.java
src/org/usfirst/frc/team3501/robot/OI.java
src/org/usfirst/frc/team3501/robot/commands/shooter/RecordData.java [new file with mode: 0644]
src/org/usfirst/frc/team3501/robot/commands/shooter/Test1.java
src/org/usfirst/frc/team3501/robot/commands/shooter/Test2.java
src/org/usfirst/frc/team3501/robot/commands/shooter/Test3.java
src/org/usfirst/frc/team3501/robot/commands/shooter/Test4.java [deleted file]
src/org/usfirst/frc/team3501/robot/subsystems/Shooter.java