Recode everything for new robot harel/drive-testing
authorHarel Dor <hareldor@gmail.com>
Sat, 5 Mar 2016 19:59:56 +0000 (11:59 -0800)
committerHarel Dor <hareldor@gmail.com>
Sat, 5 Mar 2016 20:09:06 +0000 (12:09 -0800)
commit571a0e2a38e69a5f69c0a725d1da6600e67e9afb
tree4bc68e6447979834719ba6d2b533ffc79acaa6e8
parent2781cca0354e26f8c5a6150d6b5179d300d479e1
Recode everything for new robot
src/org/usfirst/frc/team3501/robot/Constants.java
src/org/usfirst/frc/team3501/robot/OI.java
src/org/usfirst/frc/team3501/robot/Robot.java
src/org/usfirst/frc/team3501/robot/commands/driving/JoystickDrive.java
src/org/usfirst/frc/team3501/robot/commands/driving/SetHighGear.java [new file with mode: 0644]
src/org/usfirst/frc/team3501/robot/commands/driving/SetLowGear.java [new file with mode: 0644]
src/org/usfirst/frc/team3501/robot/commands/driving/ToggleFront.java [new file with mode: 0644]
src/org/usfirst/frc/team3501/robot/commands/driving/ToggleGear.java [new file with mode: 0644]
src/org/usfirst/frc/team3501/robot/commands/intakearm/RunIntake.java [new file with mode: 0644]
src/org/usfirst/frc/team3501/robot/commands/intakearm/StopIntake.java [new file with mode: 0644]
src/org/usfirst/frc/team3501/robot/subsystems/DriveTrain.java