High Level View of PONG on an Oscilloscope


The Oscilloscope: The oscilloscope will be put in a graphing mode that allows input 0 to correspond to an x value, and input 1 to correspond to a y value
DACs:
Microcontroller: The Microcontroller we will use will be the MEGA163 since it contains an internal ADC. THe main purpose of the microcontroller will be to serve as a state machine that toggles between producing each paddle and the ball
Paddles: The paddles are actually variable resistors. These will control the bottom position of each paddle (the rest of the paddle will be made via the microcontroller). A voltage divider will allow the voltage to vary from 0 to 5V on the x axis, and 0 to 4V on the Yaxis.