#include /* 6.200 Gamepad */ const int numButtons = 8; int buttonPins[numButtons] = {19, 20, 18, 21, 5, 22, 16, 17}; int buttonNames[numButtons] = {BUTTON_A, BUTTON_B, BUTTON_X, BUTTON_Y, BUTTON_LB, BUTTON_RB, BUTTON_BACK, BUTTON_START}; void setup() { for (int i=0; i