From 636cf0465605d9dd482e1fb75f8b81e509703403 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 16 Jan 2016 11:28:27 -0500 Subject: rename to robot2016 --- src/org/usfirst/frc/team4272/robot2016/HwOI.java | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/org/usfirst/frc/team4272/robot2016/HwOI.java (limited to 'src/org/usfirst/frc/team4272/robot2016/HwOI.java') diff --git a/src/org/usfirst/frc/team4272/robot2016/HwOI.java b/src/org/usfirst/frc/team4272/robot2016/HwOI.java new file mode 100644 index 0000000..fc5cc78 --- /dev/null +++ b/src/org/usfirst/frc/team4272/robot2016/HwOI.java @@ -0,0 +1,11 @@ +package org.usfirst.frc.team4272.robot2016; + +import org.usfirst.frc.team4272.robotlib.Xbox360Controller; + +import edu.wpi.first.wpilibj.Joystick; + +public class HwOI { + public Joystick lStick = new Joystick(0); + public Joystick rStick = new Joystick(1); + public Xbox360Controller xbox = new Xbox360Controller(2); +} -- cgit v1.2.3