edu.wpi.first.wpilibj.interfaces
Interface Potentiometer

All Superinterfaces:
PIDSource
All Known Implementing Classes:
AnalogPotentiometer

public interface Potentiometer
extends PIDSource


Nested Class Summary
 
Nested classes/interfaces inherited from interface edu.wpi.first.wpilibj.PIDSource
PIDSource.PIDSourceParameter
 
Method Summary
 double get()
           
 
Methods inherited from interface edu.wpi.first.wpilibj.PIDSource
pidGet
 

Method Detail

get

double get()