pong game added to the main sketch

Dependencies:   RTC-DS1307 SPI_TFT_ILI9341 TFT_fonts mbed tsi_sensor

Fork of MainSketch by IoT Ox

Revision:
9:eee503060d69
Child:
10:9d9b3b9b28b8
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/libs.h	Wed May 24 03:11:29 2017 +0000
@@ -0,0 +1,6 @@
+#include "mbed.h"
+Serial pc(USBTX,USBRX,"pc");
+#include "render.h"
+#include "Poll.h"
+#include "RTC.h"
+