v0.5.010
This commit is contained in:
@@ -1,21 +1,20 @@
|
||||
#ifndef controls_h
|
||||
#define controls_h
|
||||
|
||||
boolean checklpdelay(int m, unsigned long &tstamp);
|
||||
|
||||
void initControls();
|
||||
void loopControls();
|
||||
void onEncClick();
|
||||
void onEncDoubleClick();
|
||||
void onEncLPStart();
|
||||
void encoderLoop();
|
||||
void irLoop();
|
||||
void irNum(byte num);
|
||||
void irBlink();
|
||||
void controlsEvent(bool toRight);
|
||||
|
||||
void onLeftClick();
|
||||
void onLeftDoubleClick();
|
||||
void onRightClick();
|
||||
void onRightDoubleClick();
|
||||
void onBtnClick(int id);
|
||||
void onBtnDoubleClick(int id);
|
||||
void onBtnDuringLongPress(int id);
|
||||
void onBtnLongPressStart(int id);
|
||||
void onBtnLongPressStop(int id);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user