summaryrefslogtreecommitdiff
path: root/src/org/usfirst/frc/team4272/robot2016/Control.java
blob: 7713c5b69a687c0f6b1d76e8566a8b6670e5735d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
package org.usfirst.frc.team4272.robot2016;

public class Control {
	double lDrive1 = 0,
	       lDrive2 = 0,
	       rDrive1 = 0,
	       rDrive2 = 0,
	       fBall   = 0,
	       bBall   = 0,
	       arm   = 0,
	camRotate = 0,
	camTilt = 0,
	usbCam = 0,
	climber = 0;
	boolean PCM = true;
	boolean PCM2 = false;
	boolean PCM3 =true;
	boolean PCM4 = false;
	public Control() {}
}