Add the ability to use a custom delay time for button presses.
This commit is contained in:
parent
70d7bdd3b2
commit
aef35f96a0
5 changed files with 23 additions and 17 deletions
|
@ -42,7 +42,7 @@ using namespace admux;
|
|||
|
||||
|
||||
bool debug = true;
|
||||
Joystick js(debug);
|
||||
Joystick js(250, debug);
|
||||
|
||||
void setup() {
|
||||
js.Init();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue