Switched the shooter controller addresses to reflect reality.

This commit is contained in:
Aidan Ferguson 2016-02-10 19:11:51 -05:00
parent 38c09abe08
commit 2fa9ebf254
1 changed files with 2 additions and 2 deletions

View File

@ -24,8 +24,8 @@ public:
Robot():
left_drive(0), // Left DriveTrain Talons plug into PWM channel 1 with a Y-splitter
right_drive(1), // Right DriveTrain Talons plug // left wheel 2
shooter1(10), // shooter drive 1
shooter2(11), // shooter drive 2
shooter1(11), // shooter drive 1
shooter2(10), // shooter drive 2
ramp(12),
drive(&left_drive, &right_drive),
shooter( // initialize Shooter object.