code upload
This commit is contained in:
18
yoRadio/controls.h
Normal file
18
yoRadio/controls.h
Normal 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
|
||||
Reference in New Issue
Block a user