Closed alevin closed 3 years ago
@Chvoong24 , I guess that you should add something like:
import edu.wpi.first.wpilibj.Compressor; ... compressor = new Compressor(); ... compressor = null;
see DaphneTwoContainer.java as example
status light can help with diagnostics: https://docs.wpilib.org/en/stable/docs/hardware/hardware-basics/status-lights-ref.html
Check state of pressure switch
As I remember, we've seen "not starting" problem when PCM was not on "default" ( 0 ) CanID - try to change from current to 0.
Compressor is not starting