Interface IPidOutput
-
public interface IPidOutput
Interface for wrapping an Output to PID.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
pidWrite(double output)
Writes a value to an Output.
-