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.
Dependencies: mbed
Diff: ModeA/ModeA.h
- Revision:
- 11:e29b173ccb27
- Parent:
- 10:1c3bdbf2fe9f
--- a/ModeA/ModeA.h Wed May 08 23:29:53 2019 +0000 +++ b/ModeA/ModeA.h Thu May 09 01:06:23 2019 +0000 @@ -8,15 +8,14 @@ /** ModeA Class -@brief Controls the bar and the square in the game -@author Maria Ungureanu, University of Leeds -@date May 2019 +* @brief Controls the square and the bar +* @author Maria Ungureanu, University of Leeds +* @date Febraury 2017 */ - class ModeA { @@ -79,11 +78,11 @@ } @endcode */ - - /** Constructor */ void initialise(N5110 &lcd); - /** Constructor */ + /** + *@brief + */ void Bird(N5110 &lcd);