Bugfix
This commit is contained in:
parent
e107e8c907
commit
eb0e5302a9
@ -4,7 +4,7 @@ const byte inPins[CHANNELS] = {
|
||||
P1_L_DON_IN, P1_L_KAT_IN, P1_R_DON_IN, P1_R_KAT_IN
|
||||
};
|
||||
const byte sensitivityPins[CHANNELS] = {
|
||||
P1_L_DON_SENS, P1_L_KAT_SENS, P1_R_DON_SENS, P1_R_KAT_SENS
|
||||
P1_L_DON_SENS_IN, P1_L_KAT_SENS_IN, P1_R_DON_SENS_IN, P1_R_KAT_SENS_IN
|
||||
};
|
||||
|
||||
Cache<int, SAMPLE_CACHE_LENGTH> inputWindow[CHANNELS];
|
||||
|
@ -46,10 +46,10 @@
|
||||
#define P2_R_KAT_IN 10
|
||||
|
||||
// Sensitivity adjustment potentiometer input pins
|
||||
#define P1_L_DON_SENS 15
|
||||
#define P1_L_KAT_SENS 16
|
||||
#define P1_R_DON_SENS 17
|
||||
#define P1_R_KAT_SENS 18
|
||||
#define P1_L_DON_SENS_IN 15
|
||||
#define P1_L_KAT_SENS_IN 16
|
||||
#define P1_R_DON_SENS_IN 17
|
||||
#define P1_R_KAT_SENS_IN 18
|
||||
|
||||
#define AXIS_RANGE 1023
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user