summaryrefslogtreecommitdiff
path: root/src/org/usfirst/frc/team4272/robot2016/Control.java
diff options
context:
space:
mode:
authorDeveveloper <Deveveloper@netbook>2017-03-23 01:47:29 -0400
committerDeveveloper <Deveveloper@netbook>2017-03-23 01:47:29 -0400
commit4e2b11e4df2f724a0e2d66c28bc465126a1c9d37 (patch)
tree601ae20fec63f42790a3e699412d522ecfcde9b0 /src/org/usfirst/frc/team4272/robot2016/Control.java
parented3db134b11bc37d9a4bad77b1e92aea71daf564 (diff)
Changes sitting on netbooknetbook-workspace2
Diffstat (limited to 'src/org/usfirst/frc/team4272/robot2016/Control.java')
-rw-r--r--src/org/usfirst/frc/team4272/robot2016/Control.java23
1 files changed, 10 insertions, 13 deletions
diff --git a/src/org/usfirst/frc/team4272/robot2016/Control.java b/src/org/usfirst/frc/team4272/robot2016/Control.java
index 40fcb5a..da706fc 100644
--- a/src/org/usfirst/frc/team4272/robot2016/Control.java
+++ b/src/org/usfirst/frc/team4272/robot2016/Control.java
@@ -1,13 +1,10 @@
-package org.usfirst.frc.team4272.robot2016;
-
-public class Control {
- double lDrive1 = 0,
- lDrive2 = 0,
- rDrive1 = 0,
- rDrive2 = 0,
- fBall = 0,
- bBall = 0,
- arm = 0;
-
- public Control() {}
-}
+public class Control {
+ double lDrive = 0,
+ rDrive = 0,
+ camRotate = 0,
+ camTilt = 0,
+ climber = 0;
+ boolean highGear = false,
+ gedOut = false;
+ public Control() {}
+} \ No newline at end of file