This commit is contained in:
e2002
2022-12-06 09:37:18 +03:00
parent 68281b9cf6
commit a1b7445006
3 changed files with 6 additions and 1 deletions

View File

@@ -18,7 +18,9 @@ boolean checklpdelay(int m, unsigned long &tstamp);
void initControls();
void loopControls();
#if (ENC_BTNL!=255 && ENC_BTNR!=255) || (ENC2_BTNL!=255 && ENC2_BTNR!=255)
void encodersLoop(yoEncoder *enc, bool first=true);
#endif
void encoder1Loop();
void encoder2Loop();
void irLoop();

View File

@@ -1,7 +1,7 @@
#ifndef options_h
#define options_h
#define VERSION "0.8.135"
#define VERSION "0.8.137"
/*******************************************************
DO NOT EDIT THIS FILE.