CSharpRoboticsLib.WPIExtensions.ManagedCompressor.ManagedCompressor C# (CSharp) Method

ManagedCompressor() public method

Creates a new Managed Compressor, which will turn off when the voltage is below the specified level.
public ManagedCompressor ( double voltageThreshold ) : WPILib
voltageThreshold double Voltage to turn off the compressor at
return WPILib
        public ManagedCompressor(double voltageThreshold)
            : this(voltageThreshold, 0.1)
        {
        }

Same methods

ManagedCompressor::ManagedCompressor ( double voltageThreshold, double period ) : WPILib