Fix builds, fix controller pins
This commit is contained in:
parent
e3404275bb
commit
b8f09108d2
19
config.h
19
config.h
|
@ -8,6 +8,10 @@
|
||||||
#define JAM_DEFAULT (-2 * 60 * 10)
|
#define JAM_DEFAULT (-2 * 60 * 10)
|
||||||
#define PERIOD_DEFAULT (-30 * 60 * 10)
|
#define PERIOD_DEFAULT (-30 * 60 * 10)
|
||||||
|
|
||||||
|
// TPIC uses weird pin names
|
||||||
|
#define SRCK SCLK
|
||||||
|
#define RCK SLTCH
|
||||||
|
|
||||||
// Set these to the PORTA pins you use
|
// Set these to the PORTA pins you use
|
||||||
#define NESCLK 0
|
#define NESCLK 0
|
||||||
#define NESLTCH 1
|
#define NESLTCH 1
|
||||||
|
@ -18,7 +22,11 @@
|
||||||
|
|
||||||
#define JAM_DIGITS 3
|
#define JAM_DIGITS 3
|
||||||
|
|
||||||
|
#define std 0
|
||||||
|
#define neale 1
|
||||||
|
#define susan1 2
|
||||||
|
#define susan2 3
|
||||||
|
#define robbie 3
|
||||||
|
|
||||||
#if VARIANT == neale
|
#if VARIANT == neale
|
||||||
//
|
//
|
||||||
|
@ -40,12 +48,12 @@
|
||||||
#undef SCLK
|
#undef SCLK
|
||||||
#undef SLTCH
|
#undef SLTCH
|
||||||
|
|
||||||
#define NESCLK 3
|
|
||||||
#define NESLTCH 4
|
|
||||||
#define NESOUT 5
|
|
||||||
#define SIN 0
|
#define SIN 0
|
||||||
#define SCLK 1
|
#define SCLK 1
|
||||||
#define SLTCH 2
|
#define SLTCH 2
|
||||||
|
#define NESCLK 3
|
||||||
|
#define NESLTCH 4
|
||||||
|
#define NESOUT 5
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -72,7 +80,6 @@
|
||||||
#define SCORE_DIGITS 3
|
#define SCORE_DIGITS 3
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#else
|
#else
|
||||||
//
|
//
|
||||||
// Default variant
|
// Default variant
|
||||||
|
@ -82,7 +89,6 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#define SCORE_DIGITS 3
|
#define SCORE_DIGITS 3
|
||||||
#define JAM_SPLIT
|
#define JAM_SPLIT
|
||||||
|
|
||||||
|
@ -90,5 +96,4 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue