Fix code in complex example.
This commit is contained in:
parent
97056ddee6
commit
d8fdb45ded
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ void setup() {
|
|||
joystick.AddButton(2, BUTTON_PULSED_DOUBLE_ACTION);
|
||||
joystick.AddButton(3, 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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue