"

2013 FRC Java API

"

edu.wpi.first.wpilibj
Interface PIDSource

All Known Implementing Classes:
Accelerometer, AnalogChannel, Encoder, Gyro, Ultrasonic

public interface PIDSource

This interface allows for PIDController to automatically read from this object

Author:
dtjones

Method Summary
 double pidGet()
          Get the result to use in PIDController
 

Method Detail

pidGet

double pidGet()
Get the result to use in PIDController

Returns:
the result to use in PIDController

"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"