Reorder pin names

This commit is contained in:
Neale Pickett 2014-01-12 11:32:46 -07:00
parent 0b775a7209
commit 994bbcb228
1 changed files with 4 additions and 4 deletions

View File

@ -14,11 +14,11 @@
//#define JAM_SPLIT
// Set these to the PORTA pins you use
#define SIN 3
#define SCLK 4
#define SLTCH 5
#define NESCLK 0
#define NESLTCH 1
#define NESOUT 2
#define SIN 3
#define SCLK 4
#define SLTCH 5
#endif
#endif