Thomas Davies / Mbed 2 deprecated LetTheBallDrop

Dependencies:   N5110 mbed PowerControl

Revision:
10:d8ef8633bd98
Parent:
8:ebddb721f1ee
Child:
11:c6c88617f7e7
--- a/GameScreen.h	Mon Apr 27 14:24:59 2015 +0000
+++ b/GameScreen.h	Mon Apr 27 21:10:23 2015 +0000
@@ -11,13 +11,6 @@
 // updates platforms at speed proportional to speedOfPlatforms_
 // manages location and state of all platforms + player ball
 
-//ISSUES:
-//  text is written in wrong plane. Easy fix if I had access to private members of N5110...could just edit lib...
-//      could also override current fontarray... look into this later.
-//
-//
-
-
 
 struct Platform {
     int id;     //for identifying.