Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: Ball/Ball.h
- Revision:
- 6:d9d05b321b4d
- Parent:
- 5:3c9407e2fe55
--- 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
{
