Skip to content

Commit

Permalink
Update IndividualAxes.ino - formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lemmingDev authored Jan 29, 2025
1 parent 0f398b7 commit 564e47b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/IndividualAxes/IndividualAxes.ino
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ void setup()
bleGamepadConfig.setHatSwitchCount(2);
bleGamepad.begin(&bleGamepadConfig); // Creates a gamepad with 128 buttons, 2 hat switches and x, y, z, rZ, rX, rY and 2 sliders (no simulation controls enabled by default)

// changing bleGamepadConfig after the begin function has no effect, unless you call the begin function again
// Changing bleGamepadConfig after the begin function has no effect, unless you call the begin function again
}

void loop()
Expand Down

0 comments on commit 564e47b

Please sign in to comment.