Quote:
Originally Posted by Vkamra20
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
|
Have you verified that the spike and the switch are both plugged into the correct spots on the digital sidecar?