ELEC2645 (2018/19) / Mbed 2 deprecated el17st

Dependencies:   mbed FATFileSystem

Revision:
23:5afb0e9b5b11
Parent:
22:0a12e52848fc
Child:
24:7f26feb4666d
diff -r 0a12e52848fc -r 5afb0e9b5b11 CaMove/CaMove.h
--- a/CaMove/CaMove.h	Thu May 09 06:27:11 2019 +0000
+++ b/CaMove/CaMove.h	Thu May 09 06:36:26 2019 +0000
@@ -82,7 +82,6 @@
     lcd.drawCircle(40,20,5,FILL_TRANSPARENT);
     lcd.refresh();   
 }
-
 @endcode
 */
 
@@ -127,7 +126,6 @@
      */
     void AIinit(int chaser);
     
-
      //Player Functions
      
      /** Function that moves the charater but also manages all animations related to its movement and collisions. Double Black lines cannot be crossed and Single Black lines can only be crossed one way.