Added empty (for now) settings screen
This commit is contained in:
@ -25,8 +25,8 @@
|
||||
#define ANALOGUE_INPUT_2_PIN A6
|
||||
const byte outsPins[6] = { 7, 8, 10, 6, 9, 11 };
|
||||
|
||||
int CV1Calibration;
|
||||
int CV2Calibration;
|
||||
int CV1Calibration = 0;
|
||||
int CV2Calibration = 0;
|
||||
|
||||
const int subDivs[17] = { -24, -12, -8, -6, -4, -3, -2, 1, 2, 3, 4, 5, 6, 7, 8, 16, 32 }; //positive - divide, negative - multiply, 0 - off
|
||||
|
||||
@ -115,7 +115,7 @@ unsigned long playPressedTime;
|
||||
unsigned long playReleasedTime;
|
||||
unsigned long shiftPressedTime;
|
||||
unsigned long shiftReleasedTime;
|
||||
bool encPressRegistered;
|
||||
bool encBtnPushed;
|
||||
|
||||
//unsigned long lastInteractionTime; // used for display timeout
|
||||
|
||||
|
||||
Reference in New Issue
Block a user