Skip to content

Commit

Permalink
Update pin numbers to match production hardware
Browse files Browse the repository at this point in the history
  • Loading branch information
nseidle committed Dec 17, 2024
1 parent fd3218c commit 9201e56
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions Firmware/Example1_NavigationSwitch/Example1_NavigationSwitch.ino
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,10 @@

SFE_PCA95XX io(PCA95XX_PCA9554); // Create an instance with the PCA9554 IC

//Incorrect v02 wiring
int gpioExpander_up = 3;
int gpioExpander_down = 2;
int gpioExpander_right = 0;
int gpioExpander_left = 1;

//Future
//int gpioExpander_up = 0;
//int gpioExpander_down = 1;
//int gpioExpander_right = 2;
//int gpioExpander_left = 3;
int gpioExpander_up = 0;
int gpioExpander_down = 1;
int gpioExpander_right = 2;
int gpioExpander_left = 3;
int gpioExpander_center = 4;
int gpioExpander_cardDetect = 5;

Expand Down

0 comments on commit 9201e56

Please sign in to comment.