Fix code in complex example.
This commit is contained in:
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user