|
|
|
![]() |
|
|||||||
|
||||||||
|
|
Thread Tools | Rate Thread | Display Modes |
|
#11
|
||||
|
||||
|
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);
|
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Relay Code | dnrobotics11 | C/C++ | 3 | 08-03-2010 23:03 |
| Relay Issues | Stealth | NI LabVIEW | 4 | 16-02-2010 00:24 |
| Relay AllocationException | EHaskins | Java | 3 | 14-02-2010 15:30 |
| Relay | Robopanda6 | Java | 5 | 07-02-2010 01:08 |
| C++ Relay Code? | Happyisgood | C/C++ | 10 | 16-07-2009 14:54 |