added analog potentiometer object in Arm class
[3501/2015-FRC-Spark] / src / org / usfirst / frc3501 / RiceCatRobot / subsystems / AnalogPotentiometer.java
diff --git a/src/org/usfirst/frc3501/RiceCatRobot/subsystems/AnalogPotentiometer.java b/src/org/usfirst/frc3501/RiceCatRobot/subsystems/AnalogPotentiometer.java
deleted file mode 100644 (file)
index a7b8ed7..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-package org.usfirst.frc3501.RiceCatRobot.subsystems;
-
-import edu.wpi.first.wpilibj.AnalogInput;
-
-public class AnalogPotentiometer extends edu.wpi.first.wpilibj.AnalogPotentiometer{
-
-       public AnalogPotentiometer(AnalogInput input, double fullRange, double offset) {
-               super(input, fullRange, offset);
-               // TODO Auto-generated constructor stub
-       }
-
-
-}