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:
38:3fe3bafbf0c7
Parent:
32:56f59b79720c
Child:
40:05798eeadd02
--- a/main.cpp	Thu May 25 16:01:06 2017 +0000
+++ b/main.cpp	Thu May 25 19:54:51 2017 +0000
@@ -22,7 +22,7 @@
         switch (f_state){
             case (1): runclock(); break;
             case (3): settings(); break;
-            case (2): draw_state(2); wait(1); f_state = 1; break;
+            case (2): runanaclock(); break;
             case (4): whiteboard(); f_state = 1; break;
         }
     }