Some random attempts at programming the retro console

Dependencies:   LCD_ST7735 mbed

Fork of RETRO_Pong_Mod by G. Andrew Duthie

Revision:
5:8a26ad9d9ea1
Parent:
4:84be90860d7c
Child:
7:c0f12f624832
--- a/Game.h	Wed Feb 25 22:53:35 2015 +0000
+++ b/Game.h	Wed Feb 25 23:28:49 2015 +0000
@@ -70,7 +70,7 @@
     void clearBall();
     void drawBall();
     void updateBall();
-    
+    void readAccel();
     void checkButtons();
     void checkCollision();
     void checkPwm();