Skip to content

Commit

Permalink
Fixed logicFirst2 pinMode
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauszus committed Aug 5, 2012
1 parent d2a6c3d commit a087dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NXTShield.cpp
Expand Up @@ -192,7 +192,7 @@ Motor1::Motor1() {

pinMode(firstPWM, OUTPUT);
pinMode(logicFirst1, OUTPUT);
pinMode(logicFirst1, OUTPUT);
pinMode(logicFirst2, OUTPUT);

attachInterrupt(0, firstEncoder, CHANGE); // pin 2
}
Expand Down

0 comments on commit a087dda

Please sign in to comment.