Skip to content

Commit

Permalink
Individual axes can be set
Browse files Browse the repository at this point in the history
  • Loading branch information
lemmingDev authored Jan 7, 2021
1 parent 6d9184c commit c71d6a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/IndividualAxes/IndividualAxes.ino
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*
* bleGamepad.setHat takes a hat position as above (or 0 = centered and 1~8 are the 8 possible directions)
*
* The example shows that you can set axes/had independantly, or together.
* The example shows that you can set axes/hat independantly, or together.
*
* It also shows that you can disable the aotoReport feature (enabled by default), and manually call the sendReport() function when wanted
*
Expand Down Expand Up @@ -69,4 +69,4 @@ void loop()
bleGamepad.sendReport();
delay(500);
}
}
}

0 comments on commit c71d6a9

Please sign in to comment.