From: nbhargava Date: Tue, 17 Nov 2015 04:34:41 +0000 (-0800) Subject: created a potentiometer class X-Git-Url: http://challenge-bot.com/repos/?a=commitdiff_plain;h=4698ad4e6a64d62cd6cd561b500174f7bbc860d7;p=3501%2F2015-FRC-Spark created a potentiometer class --- diff --git a/src/org/usfirst/frc3501/RiceCatRobot/subsystems/Potentiometer.java b/src/org/usfirst/frc3501/RiceCatRobot/subsystems/Potentiometer.java new file mode 100644 index 0000000..c0ad7a4 --- /dev/null +++ b/src/org/usfirst/frc3501/RiceCatRobot/subsystems/Potentiometer.java @@ -0,0 +1,6 @@ +package org.usfirst.frc3501.RiceCatRobot.subsystems; + +public class Potentiometer { + + +}