Fix code in complex example.
This commit is contained in:
parent
97056ddee6
commit
d8fdb45ded
|
@ -14,7 +14,7 @@ void setup() {
|
||||||
joystick.AddButton(2, BUTTON_PULSED_DOUBLE_ACTION);
|
joystick.AddButton(2, BUTTON_PULSED_DOUBLE_ACTION);
|
||||||
joystick.AddButton(3, BUTTON_PULSED_DOUBLE_ACTION);
|
joystick.AddButton(3, BUTTON_PULSED_DOUBLE_ACTION);
|
||||||
joystick.AddButton(4, BUTTON_PULSED_DOUBLE_ACTION);
|
joystick.AddButton(4, BUTTON_PULSED_DOUBLE_ACTION);
|
||||||
joystick.AddButton(5, BUTTON_MAINTAINED);
|
joystick.AddButton(5, BUTTON_LATCHED);
|
||||||
joystick.AddButton(6, BUTTON_PULSED);
|
joystick.AddButton(6, BUTTON_PULSED);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user