correct selector pins, cava out, test mode
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
**************************************************************************************************/
|
||||
unsigned const selectorPinNumber = 4;
|
||||
/* TODO use GPIO function from ../gpio/gipo.h (same pin number) */
|
||||
int selectorPins[4] = {5, 6, 26, 27};
|
||||
int selectorPins[4] = {26, 27, 6, 5};
|
||||
char modeStr[] = "0 | 0 | 0 | 0 \n";
|
||||
|
||||
/***************************************************************************************************
|
||||
|
Reference in New Issue
Block a user