Reorder pin names
This commit is contained in:
parent
0b775a7209
commit
994bbcb228
8
config.h
8
config.h
|
@ -14,11 +14,11 @@
|
||||||
//#define JAM_SPLIT
|
//#define JAM_SPLIT
|
||||||
|
|
||||||
// Set these to the PORTA pins you use
|
// Set these to the PORTA pins you use
|
||||||
#define SIN 3
|
|
||||||
#define SCLK 4
|
|
||||||
#define SLTCH 5
|
|
||||||
#define NESCLK 0
|
#define NESCLK 0
|
||||||
#define NESLTCH 1
|
#define NESLTCH 1
|
||||||
#define NESOUT 2
|
#define NESOUT 2
|
||||||
|
#define SIN 3
|
||||||
|
#define SCLK 4
|
||||||
|
#define SLTCH 5
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue