Add the ability to use a custom delay time for button presses.

This commit is contained in:
Anna Rose Wiggins 2021-12-22 22:07:57 +00:00
parent 70d7bdd3b2
commit aef35f96a0
5 changed files with 23 additions and 17 deletions

View file

@ -42,7 +42,7 @@ using namespace admux;
bool debug = true;
Joystick js(debug);
Joystick js(250, debug);
void setup() {
js.Init();