package org.usfirst.frc.team4272.robot2016; public class Control { double lDrive, rDrive, fBall, bBall, arm; public Control() { lDrive = rDrive = fBall = bBall = arm = 0; } }