Joystick degrees

Robin2:
Reading the joystick using analogRead() will give values between 0 and 1023. You can use the map() function to change that range into any other range that you want. If you want to change it to 0 to 360 you can do so without any need for atan() etc.

...R

I know I can use map, but its not gonna give me the angle.