Joystick Shield for Arduino Expansion Board
Joystick Shield
This shield has a dual axis joystick and several buttons and mates perfectly with the Arduino R3 form factor.
Compatible with Arduino Uno, Arduino Mega, Leonardo and other boards of the same layout
simplifies remote control applications
Search for the pin outs online, here are some of them:
A0 - joystick X axis
A1 - joystick Y axis
button A = 2;
button B = 3;
button C = 4;
button D = 5;
button E = 6;
button F = 7;