config.h for LADD scoreboard
This commit is contained in:
parent
994bbcb228
commit
323d3dddec
16
config.h
16
config.h
|
@ -8,17 +8,17 @@
|
|||
#define JAM_DIGITS 3
|
||||
|
||||
// Show an indicator (J/L/t) to the left of the jam clock
|
||||
//#define JAM_INDICATOR
|
||||
#define JAM_INDICATOR
|
||||
|
||||
// The jam clock is split across the period clock (easier folding, harder wiring)
|
||||
//#define JAM_SPLIT
|
||||
#define JAM_SPLIT
|
||||
|
||||
// Set these to the PORTA pins you use
|
||||
#define NESCLK 0
|
||||
#define NESLTCH 1
|
||||
#define NESOUT 2
|
||||
#define SIN 3
|
||||
#define SCLK 4
|
||||
#define SLTCH 5
|
||||
#define NESCLK 3
|
||||
#define NESLTCH 4
|
||||
#define NESOUT 5
|
||||
#define SIN 0
|
||||
#define SCLK 1
|
||||
#define SLTCH 2
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue