Interface IPidOutput
public interface IPidOutput
Interface for wrapping an Output to PID.
-
Method Summary
-
Method Details
-
pidWrite
void pidWrite(double output) Writes a value to an Output.- Parameters:
output- Value to write to Output.
-
output - Value to write to Output.