Interface IPidOutput


public interface IPidOutput
Interface for wrapping an Output to PID.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    pidWrite(double output)
    Writes a value to an Output.
  • Method Details

    • pidWrite

      void pidWrite(double output)
      Writes a value to an Output.
      Parameters:
      output - Value to write to Output.