2010 FRC Java API


edu.wpi.first.wpilibj
Interface PIDSource

All Known Implementing Classes:
Accelerometer, AnalogChannel, 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

2010 FRC Java API


Copyright © 2006-2009 Sun Microsystems, Inc. All Rights Reserved.