Yiu Fai Kwok / Mbed 2 deprecated el17yfk

Dependencies:   mbed FXOS8700CQ mbed-rtos

Files at this revision

API Documentation at this revision

Comitter:
yfkwok
Date:
Mon May 06 20:37:23 2019 +0000
Parent:
29:75a05e9f0e8d
Commit message:
All 3 mini games for characters completed with documentations

Changed in this revision

Game_one/Game_one.h Show annotated file Show diff for this revision Revisions of this file
Game_three/Game_three.h Show annotated file Show diff for this revision Revisions of this file
Game_two/Game_two.h Show annotated file Show diff for this revision Revisions of this file
--- a/Game_one/Game_one.h	Mon May 06 20:35:37 2019 +0000
+++ b/Game_one/Game_one.h	Mon May 06 20:37:23 2019 +0000
@@ -11,9 +11,9 @@
 
 /** Game One Class
 * @brief This class is the game engine for the first mini-game
-* @version 1.0
+* @version 2.0
 * @author Yiu Fai Kwok
-* @date Match, 2019
+* @date May, 2019
 */
 
 class Game_one
--- a/Game_three/Game_three.h	Mon May 06 20:35:37 2019 +0000
+++ b/Game_three/Game_three.h	Mon May 06 20:37:23 2019 +0000
@@ -10,9 +10,9 @@
 
 /** Game Three Class
 * @brief This class is the game engine for the third mini-game
-* @version 1.0
+* @version 2.0
 * @author Yiu Fai Kwok
-* @date 22 April, 2019
+* @date May, 2019
 */
 
 class Game_three
--- a/Game_two/Game_two.h	Mon May 06 20:35:37 2019 +0000
+++ b/Game_two/Game_two.h	Mon May 06 20:37:23 2019 +0000
@@ -14,9 +14,9 @@
 
 /** Game Two Class
 * @brief This class is the game engine for the second mini-game
-* @version 1.0
+* @version 2.0
 * @author Yiu Fai Kwok
-* @date April, 2019
+* @date May, 2019
 */
 
 class Game_two