Skip to content

Commit

Permalink
1.2.1 -- dual ESC for v1 / v2 boards
Browse files Browse the repository at this point in the history
early V1 boards only have omen ESC port, but newer ones (which don’t
otherwise self-identify) have it.  Enable it for all of them, just in
case.
  • Loading branch information
jaustindavid committed Sep 13, 2014
1 parent 344b028 commit c069a47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Wiiceiver/pinouts.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ int pinLocation(int pinID) {
{7, 6, 6}, // GREEN_LED any digital pin
{10, 9, 9}, // ESC_PPM PWM required
{9, 11, 5}, // WII_POWER any digital pin
{19, 19, 19}, // WII_SCL A5, don't change
{18, 18, 18}, // WII_SDA A4, don't change
{0, 0, 10}, // ESC2_PPM PWM required
{19, 19, 19}, // WII_SCL A5, don't change
{18, 18, 18}, // WII_SDA A4, don't change
{0, 10, 10}, // ESC2_PPM PWM required
};

if (CSEL < 0) {
Expand Down

0 comments on commit c069a47

Please sign in to comment.