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() {} }