Log in

View Full Version : Is the Compressor Automatically Handled? (Java)


danebouchie
18-02-2014, 21:04
Is the compressor automatically handled as its own class? or do we have to use if !compressorswitch { compressor.Relayset(true) } etc.

NWChen
18-02-2014, 21:19
The compressor is automatically handled. After initializing your compressor, simply call
compressor.start()
and it will automatically start and shut off based on the pressure switch.