From a97c07fe0c3344ba1f5a298ab59071ae60069a1e Mon Sep 17 00:00:00 2001 From: marcus johansson Date: Wed, 21 Sep 2016 16:00:17 +0200 Subject: [PATCH] Update Joystick.ino --- examples/Help/Joystick/Joystick.ino | 8 -------- 1 file changed, 8 deletions(-) diff --git a/examples/Help/Joystick/Joystick.ino b/examples/Help/Joystick/Joystick.ino index fb9f551..c07dec9 100644 --- a/examples/Help/Joystick/Joystick.ino +++ b/examples/Help/Joystick/Joystick.ino @@ -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. */