Interface IPidOutput


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

      • pidWrite

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