created a potentiometer class
[3501/2015-FRC-Spark] / src / org / usfirst / frc3501 / RiceCatRobot / subsystems / Potentiometer.java
1 package org.usfirst.frc3501.RiceCatRobot.subsystems;
2
3 public class Potentiometer {
4
5
6 }