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