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:
12:50289d0ac834
Parent:
11:1da15361a35b
Child:
19:4c30c3182e04
--- a/libs.h	Wed May 24 13:27:07 2017 +0000
+++ b/libs.h	Wed May 24 16:15:04 2017 +0000
@@ -4,7 +4,9 @@
 #endif
 Serial pc(USBTX,USBRX,"pc");
 #include "poll.h"
+
 #include "render.h"
+#include "settings.h"
 #include "drawStates.h"
 #include "RTC.h"
 #include "slider.h"