Contains the main execution of the clock uses headers to import functions

Dependencies:   RTC-DS1307 SPI_TFT_ILI9341 TFT_fonts mbed tsi_sensor

Fork of TFT_Mikroelectronika_IL9341_sketchpad by Oxford CWM Team

Revision:
11:1da15361a35b
Parent:
10:9d9b3b9b28b8
Child:
12:50289d0ac834
--- a/libs.h	Wed May 24 11:21:37 2017 +0000
+++ b/libs.h	Wed May 24 13:27:07 2017 +0000
@@ -1,4 +1,7 @@
 #include "mbed.h"
+#ifndef M_PI
+#define M_PI           3.14159265358979323846
+#endif
 Serial pc(USBTX,USBRX,"pc");
 #include "poll.h"
 #include "render.h"