@FunctionalInterface public interface PIDOutput
| Modifier and Type | Method and Description | 
|---|---|
| void | pidWrite(double output)Set the output to the value calculated by PIDController. | 
void pidWrite(double output)
output - the value calculated by PIDController