View Single Post
  #3   Spotlight this post!  
Unread 16-01-2014, 10:43
wildbot3844 wildbot3844 is offline
Registered User
AKA: James Helton
FRC #3844 (Kentucky Wildbots)
Team Role: Programmer
 
Join Date: Mar 2013
Rookie Year: 2012
Location: Kentucky
Posts: 11
wildbot3844 is an unknown quantity at this point
Re: Pnuematics Programming Issues

i'm using Java and when i deploy this code and my compressor will pulse on when i first enable it then it will just cut off.





public class RobotTemplate extends IterativeRobot {

Compressor compressor = new Compressor(1, 1);

public void robotInit() {
compressor.start();

}