Library to calculate movement and to draw the objects in the pong game

Dependencies:   RTC-DS1307 SPI_TFT_ILI9341 TFT_fonts mbed

Fork of MainSketch by IoT Ox

Revision:
9:eee503060d69
--- /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"
+