Interface IPidInput
-
public interface IPidInput
Interface for wrapping an Input to PID.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
pidRead()
Gets a value from an Input.
-
public interface IPidInput
Modifier and Type | Method | Description |
---|---|---|
double |
pidRead() |
Gets a value from an Input.
|