code upload

This commit is contained in:
e2002
2022-02-04 17:30:12 +03:00
parent fe3f0a261e
commit 3565d2fa17
44 changed files with 25103 additions and 1 deletions

18
yoRadio/controls.h Normal file
View File

@@ -0,0 +1,18 @@
#ifndef controls_h
#define controls_h
void initControls();
void loopControls();
void onEncClick();
void onEncDoubleClick();
void onEncLPStart();
void encoderLoop();
void controlsEvent(bool toRight);
void onLeftClick();
void onLeftDoubleClick();
void onRightClick();
void onRightDoubleClick();
#endif