|
Compressor Problem!
Our compressor's not working but the spike rely is receiving power. Here how our program looks-
package edu.wpi.first.wpilibj.templates;
public class RobotTemplate extends SimpleRobot {
Compressor compressor = new Compressor(2,2);
public void operatorControl() {
// autonomous();
compressor.start();
}
}
Any advice will help
Thanks
|