Bugfix
This commit is contained in:
parent
e107e8c907
commit
eb0e5302a9
2 changed files with 5 additions and 5 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue