mirror of
https://github.com/nealey/hw-rollerderby-scoreboard
synced 2025-01-17 04:14:36 -07:00
Reorder pin names
This commit is contained in:
parent
0b775a7209
commit
994bbcb228
1 changed files with 4 additions and 4 deletions
8
config.h
8
config.h
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue