frequency of encoder ticks
This commit is contained in:
parent
05805eeb00
commit
033cf655f4
@ -1,4 +1,4 @@
|
|||||||
LP_TIMER(10, checkEncoder);
|
LP_TIMER(2, checkEncoder);
|
||||||
|
|
||||||
void checkEncoder() {
|
void checkEncoder() {
|
||||||
enc1.tick();
|
enc1.tick();
|
||||||
@ -22,6 +22,7 @@ void handleExecutionSelection() {
|
|||||||
activeProfileIndex = 100;
|
activeProfileIndex = 100;
|
||||||
activeProfile = profiles[activeProfileIndex];
|
activeProfile = profiles[activeProfileIndex];
|
||||||
inSelectionMode = true;
|
inSelectionMode = true;
|
||||||
|
Output = 0;
|
||||||
writeEEPROM();
|
writeEEPROM();
|
||||||
oled.clear();
|
oled.clear();
|
||||||
displaySelection();
|
displaySelection();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user