Sync 12 and 34 working
This commit is contained in:
@@ -59,16 +59,16 @@
|
||||
// =====================
|
||||
// DIGITAL POT
|
||||
// =====================
|
||||
#define POT_A_CS 1
|
||||
#define POT_B_CS 2
|
||||
//#define POT_A_CS 1
|
||||
//#define POT_B_CS 2
|
||||
|
||||
// =====================
|
||||
// TRIGGER INPUT INTERRUPTS
|
||||
// =====================
|
||||
#define TRIG_PIN_A12P 18
|
||||
#define TRIG_PIN_A12N 21
|
||||
#define TRIG_PIN_A34P 38 // ATTENZIONEEEEEEEEEEE
|
||||
#define TRIG_PIN_A34N 39 // ATTENZIONEEEEEEEEEEE
|
||||
#define TRIG_PIN_A34P 1
|
||||
#define TRIG_PIN_A34N 2
|
||||
#define TRIG_PIN_B12P 38
|
||||
#define TRIG_PIN_B12N 39
|
||||
#define TRIG_PIN_B34P 40
|
||||
@@ -78,9 +78,9 @@
|
||||
// SPARK DETECT INPUTS
|
||||
// =====================
|
||||
#define SPARK_PIN_A12 42
|
||||
#define SPARK_PIN_A34 42 // OK (strapping ma consentito) 45
|
||||
#define SPARK_PIN_B12 42 // OK (strapping ma consentito) 46
|
||||
#define SPARK_PIN_B34 42
|
||||
#define SPARK_PIN_A34 45 // OK (strapping ma consentito) 45
|
||||
#define SPARK_PIN_B12 46 // OK (strapping ma consentito) 46
|
||||
#define SPARK_PIN_B34 47
|
||||
|
||||
// =====================
|
||||
// PCA9555 (I2C EXPANDER)
|
||||
|
||||
Reference in New Issue
Block a user