You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// A6-A7 are analog-only pins that aren't quite as responsive and require a physical pullup resistor (1K to +5V), and can't be used with rotary encoders because they don't support pin change interrupts.
26
26
27
27
// What input is associated with each control?
28
-
constbytemainSel=A7;//main select button - must be equipped
29
-
constbytemainAdjUp=A0;//main up/down buttons or rotary encoder - must be equipped
28
+
constbytemainSel=A7;
29
+
constbytemainAdjUp=A0;
30
30
constbytemainAdjDn=A1;
31
-
constbytealtSel=A6; //alt select button - if unequipped, set to 0
0 commit comments