From 2634970acbb4f2a5398a83be3bdbe1c25abbe706 Mon Sep 17 00:00:00 2001 From: Shaina Chen Date: Thu, 4 Feb 2016 20:39:58 -0800 Subject: [PATCH] change getIntakePot method name to getArmAngle --- src/org/usfirst/frc/team3501/robot/subsystems/IntakeArm.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/org/usfirst/frc/team3501/robot/subsystems/IntakeArm.java b/src/org/usfirst/frc/team3501/robot/subsystems/IntakeArm.java index 7ba04a3e..f2e2b07b 100755 --- a/src/org/usfirst/frc/team3501/robot/subsystems/IntakeArm.java +++ b/src/org/usfirst/frc/team3501/robot/subsystems/IntakeArm.java @@ -120,7 +120,7 @@ public class IntakeArm extends Subsystem { * * @return angle of potentiometer */ - public double getIntakePot() { + public double getArmAngle() { return intakePot.get(); } -- 2.30.2