Clean Up Code for FRC 3501-Spark Code: Restructure codebase
authorKevin Zhang <icestormf1@gmail.com>
Fri, 13 Nov 2015 01:51:00 +0000 (17:51 -0800)
committerKevin Zhang <icestormf1@gmail.com>
Fri, 13 Nov 2015 01:51:00 +0000 (17:51 -0800)
commitf11ce98e1e3e9741aabfcdc615494b4d6d5630bb
treeba932d2e3c36c66f13cefce851a1f4c7ad4154c4
Clean Up Code for FRC 3501-Spark Code: Restructure codebase
31 files changed:
.classpath [new file with mode: 0644]
.project [new file with mode: 0644]
bin/org/usfirst/frc3501/RiceCatRobot/OI.class [new file with mode: 0644]
bin/org/usfirst/frc3501/RiceCatRobot/Robot.class [new file with mode: 0644]
bin/org/usfirst/frc3501/RiceCatRobot/RobotMap$Direction.class [new file with mode: 0644]
bin/org/usfirst/frc3501/RiceCatRobot/RobotMap.class [new file with mode: 0644]
bin/org/usfirst/frc3501/RiceCatRobot/commands/CloseClaw.class [new file with mode: 0644]
bin/org/usfirst/frc3501/RiceCatRobot/commands/DriveFor.class [new file with mode: 0644]
bin/org/usfirst/frc3501/RiceCatRobot/commands/MoveArmFor.class [new file with mode: 0644]
bin/org/usfirst/frc3501/RiceCatRobot/commands/OpenClaw.class [new file with mode: 0644]
bin/org/usfirst/frc3501/RiceCatRobot/commands/ToggleClaw.class [new file with mode: 0644]
bin/org/usfirst/frc3501/RiceCatRobot/commands/ToggleCompressor.class [new file with mode: 0644]
bin/org/usfirst/frc3501/RiceCatRobot/commands/TurnFor.class [new file with mode: 0644]
bin/org/usfirst/frc3501/RiceCatRobot/subsystems/Arm.class [new file with mode: 0644]
bin/org/usfirst/frc3501/RiceCatRobot/subsystems/Claw.class [new file with mode: 0644]
bin/org/usfirst/frc3501/RiceCatRobot/subsystems/DriveTrain.class [new file with mode: 0644]
build.properties [new file with mode: 0644]
build.xml [new file with mode: 0644]
src/org/usfirst/frc3501/RiceCatRobot/OI.java [new file with mode: 0644]
src/org/usfirst/frc3501/RiceCatRobot/Robot.java [new file with mode: 0644]
src/org/usfirst/frc3501/RiceCatRobot/RobotMap.java [new file with mode: 0644]
src/org/usfirst/frc3501/RiceCatRobot/commands/CloseClaw.java [new file with mode: 0644]
src/org/usfirst/frc3501/RiceCatRobot/commands/DriveFor.java [new file with mode: 0644]
src/org/usfirst/frc3501/RiceCatRobot/commands/MoveArmFor.java [new file with mode: 0644]
src/org/usfirst/frc3501/RiceCatRobot/commands/OpenClaw.java [new file with mode: 0644]
src/org/usfirst/frc3501/RiceCatRobot/commands/ToggleClaw.java [new file with mode: 0644]
src/org/usfirst/frc3501/RiceCatRobot/commands/ToggleCompressor.java [new file with mode: 0644]
src/org/usfirst/frc3501/RiceCatRobot/commands/TurnFor.java [new file with mode: 0644]
src/org/usfirst/frc3501/RiceCatRobot/subsystems/Arm.java [new file with mode: 0644]
src/org/usfirst/frc3501/RiceCatRobot/subsystems/Claw.java [new file with mode: 0644]
src/org/usfirst/frc3501/RiceCatRobot/subsystems/DriveTrain.java [new file with mode: 0644]