View Single Post
  #1   Spotlight this post!  
Unread 13-02-2014, 13:36
Vkamra20 Vkamra20 is offline
Registered User
FRC #5094
 
Join Date: Feb 2014
Location: Brampton
Posts: 16
Vkamra20 is an unknown quantity at this point
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
Reply With Quote