Pong game for ELEC1620 board.

Auto generated API documentation and code listings for ELEC2645_Pong2021

Classes

Ball Ball Class
Bitmap A black & white bitmap that can be rendered on an N5110 screen
Joystick Joystick Class
N5110 N5110 Class
ShiftReg A simple serial driver for a shift register that uses only three digital out pins

Code

Ball.cpp [code]
Ball.h [code]
Bitmap.cpp [code]
Bitmap.h [code]
Joystick.cpp [code]
Joystick.h [code]
main.cpp [code]
N5110.cpp [code]
N5110.h [code]
Paddle.cpp [code]
Paddle.h [code]
PongEngine.cpp [code]
PongEngine.h [code]
ShiftReg.cpp [code]
ShiftReg.h [code]
Utils.h [code]