Go to the documentation of this file.
14 volatile bool _inputFlag =
false;
15 bool _changeFlag =
false;
17 bool _pressedFlag =
false;
18 bool _holdFlag =
false;
20 unsigned long _previousTimer;
22 int _clickInterval = 1000;
23 int _holdInterval = 1000;
24 int _repeatInterval = 1000;
26 void (*_cb)(
Button*, uint8_t, bool);
36 void _setClickInterval(
int x);
41 void _setHoldInterval(
int x);
46 void _setRepeatInterval(
int x);