|
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();
}
|