Thread: RELAY!!
View Single Post
  #12   Spotlight this post!  
Unread 05-11-2010, 10:32
krudeboy51's Avatar
krudeboy51 krudeboy51 is offline
Only Programmer
AKA: kory
FRC #0369 (369)
Team Role: Programmer
 
Join Date: Mar 2010
Rookie Year: 2010
Location: brooklyn
Posts: 151
krudeboy51 is a glorious beacon of lightkrudeboy51 is a glorious beacon of lightkrudeboy51 is a glorious beacon of lightkrudeboy51 is a glorious beacon of lightkrudeboy51 is a glorious beacon of light
Send a message via AIM to krudeboy51
Re: RELAY!!

I only have one relay:

Code:
myRobot(1, 2),
		Leftstick(1),
		Rightstick(2),
		Thirdstick(3)
			
	{
		LGC = new Servo(9);
		RGC = new Servo(10);
		pair1 = new Victor(1);
		pair2 = new Victor(2);
		CamKicker = new Victor(6);
		Winch = new Victor(7);
		Dribbler = new Victor(5);
		ArmRelease = new Relay(1);
		Zone1 = new DigitalInput(1);
		Zone2 = new DigitalInput(2);
		Zone3 = new DigitalInput(3);
		CamSwitch = new DigitalInput(7);
Reply With Quote