Interface IPidInput


public interface IPidInput
Interface for wrapping an Input to PID.
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    Gets a value from an Input.
  • Method Details

    • pidRead

      double pidRead()
      Gets a value from an Input.
      Returns:
      Value read from an Input.