Week 16 Assignment: Write an Application that interfaces with an input and/or output device that you made

Go back HOME

As I did not have access to a PCB mill (in time to submit this assignment) I could not make my own Input or Output Device from scratch. Therefore I used a partial solution -- I took through-hole components (tactile buttons) and a breadboard as my primary physical input device. I wrote a custom processing script called gamepad.pde along with its accompanying Arduino IDE gamepad.ino file

Go back HOME