Method | Description | |
---|---|---|
ManagedCompressor ( double voltageThreshold ) : WPILib |
Creates a new Managed Compressor, which will turn off when the voltage is below the specified level.
|
|
ManagedCompressor ( double voltageThreshold, double period ) : WPILib |
Creates a new Managed Compressor, which will turn off when the volrage is below the specified level.
|
|
Update ( ) : void |
Manually Udates the compressor, turning it on or off if necessary. Called automatically according to the period value if UseTimer is enabled.
|
public ManagedCompressor ( double voltageThreshold ) : WPILib | ||
voltageThreshold | double | Voltage to turn off the compressor at |
return | WPILib |
public ManagedCompressor ( double voltageThreshold, double period ) : WPILib | ||
voltageThreshold | double | Voltage to turn off the compressor at |
period | double | |
return | WPILib |