config.h for LADD scoreboard

This commit is contained in:
Neale Pickett 2014-01-12 11:59:29 -07:00
parent 994bbcb228
commit 323d3dddec
1 changed files with 8 additions and 8 deletions

View File

@ -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