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:
47:731431234bd0
Parent:
40:05798eeadd02
Child:
49:243b5e826228
--- a/main.cpp	Fri May 26 08:38:04 2017 +0000
+++ b/main.cpp	Fri May 26 08:47:07 2017 +0000
@@ -25,6 +25,7 @@
             case (2): runanaclock(); break;
             case (4): whiteboard(); f_state = 1; break;
             case (5): pong(); break;
+            //case (5): f_state = 1; break;
         }
     }