Created defenseArm variable in robot.java
authorShaina Chen <shaina.sierra@gmail.com>
Wed, 10 Feb 2016 03:00:25 +0000 (19:00 -0800)
committerShaina Chen <shaina.sierra@gmail.com>
Wed, 10 Feb 2016 03:00:25 +0000 (19:00 -0800)
src/org/usfirst/frc/team3501/robot/commands/RaiseArmContinuous.java [new file with mode: 0755]

diff --git a/src/org/usfirst/frc/team3501/robot/commands/RaiseArmContinuous.java b/src/org/usfirst/frc/team3501/robot/commands/RaiseArmContinuous.java
new file mode 100755 (executable)
index 0000000..58ffd8a
--- /dev/null
@@ -0,0 +1,5 @@
+package org.usfirst.frc.team3501.robot.commands;
+
+public class RaiseArmContinuous {
+
+}