This commit is contained in:
e2002
2022-05-24 10:09:19 +03:00
parent 4f6d131cf5
commit 90d97af3e8
12 changed files with 310 additions and 41 deletions

View File

@@ -16,7 +16,7 @@ void irLoop();
void touchLoop();
void irNum(byte num);
void irBlink();
void controlsEvent(bool toRight);
void controlsEvent(bool toRight, int8_t volDelta = 0);
void onBtnClick(int id);
void onBtnDoubleClick(int id);