Skip to content

Commit

Permalink
Update Joystick.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusJoh authored Sep 21, 2016
1 parent 92d17b6 commit a97c07f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions examples/Help/Joystick/Joystick.ino
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@
* for each direction is zero if it’s in the middle, -1 on one side
* and 1 on the other side.
*
* The joystick returns the position it is being pushed to.
* It returns two values, one X value and one Y value. That is the
* position on the X axis (left to right) and the position on the
* Y axis (top to bottom).Each value can be -1, 0 or 1 where 0 is
* the middle position. E.g. x=-1 and y=1 means that the joysticks
* position is left top, x=0 and y=-1 means that the position is
* middle bottom.
*
* (c) 2013-2016 Arduino LLC.
*/

Expand Down

0 comments on commit a97c07f

Please sign in to comment.