Package edu.wpi.first.wpilibj.interfaces
Interface Potentiometer
-
- All Superinterfaces:
PIDSource
- All Known Implementing Classes:
AnalogPotentiometer
public interface Potentiometer extends PIDSource
Interface for a Potentiometer.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
get()
-
Methods inherited from interface edu.wpi.first.wpilibj.PIDSource
getPIDSourceType, pidGet, setPIDSourceType
-
-