The Arduino Uno will serve as the 'brains' of the controller
- Each shaft potentiometer has 4 pins - ground, power, signal, and a dummy pin
- Potentiometers will have their signal connected to analog on the Arduino
- The power pin being used will be the 5v pin
- 4 potentiometers will be used (there are 6 total analog pins)
- Each button has 2 pins - a ground and a signal
- Buttons will have their signal connected to digital on the Arduino
- 8 buttons will be used (there are 14 total digital pins)