zhangxinyu01text

Dependencies:   mbed

Revision:
6:d9d05b321b4d
Parent:
5:3c9407e2fe55
Child:
12:3952ba0683c7
diff -r 3c9407e2fe55 -r d9d05b321b4d Ball/Ball.h
--- a/Ball/Ball.h	Fri Feb 16 13:37:49 2018 +0000
+++ b/Ball/Ball.h	Wed Feb 21 10:04:46 2018 +0000
@@ -6,6 +6,11 @@
 #include "Gamepad.h"
 #include "Paddle.h"
 
+/** Ball Class
+@author Dr Craig A. Evans, University of Leeds
+@brief Controls the ball in the Pong game 
+@date Febraury 2017
+*/ 
 class Ball
 {