summaryrefslogtreecommitdiff
path: root/src/org/usfirst/frc/team4272/robot2016/Control.java
diff options
context:
space:
mode:
authorFRC_4272 <FRC_4272@USER-PC.lan>2017-03-23 01:33:38 -0400
committerFRC_4272 <FRC_4272@USER-PC.lan>2017-03-23 01:33:38 -0400
commit2e328065b7a7d89c15dd7e124d6383c2b61726fd (patch)
treeb2c50eede0ccc4f941a672c8e2a23fe47a2fb2d1 /src/org/usfirst/frc/team4272/robot2016/Control.java
parented3db134b11bc37d9a4bad77b1e92aea71daf564 (diff)
Changes sitting on the Dell.dell-1
Diffstat (limited to 'src/org/usfirst/frc/team4272/robot2016/Control.java')
-rw-r--r--src/org/usfirst/frc/team4272/robot2016/Control.java6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/org/usfirst/frc/team4272/robot2016/Control.java b/src/org/usfirst/frc/team4272/robot2016/Control.java
index 40fcb5a..9efdf34 100644
--- a/src/org/usfirst/frc/team4272/robot2016/Control.java
+++ b/src/org/usfirst/frc/team4272/robot2016/Control.java
@@ -7,7 +7,9 @@ public class Control {
rDrive2 = 0,
fBall = 0,
bBall = 0,
- arm = 0;
-
+ arm = 0,
+ camRotate = 0,
+ camTilt = 0;
+ boolean PCM = false;
public Control() {}
}