Fix code in complex example.

This commit is contained in:
Anna Rose 2015-11-12 20:33:25 -05:00
parent 97056ddee6
commit d8fdb45ded

View File

@ -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);
} }