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

Committer:
Owenmatthewmcgowan
Date:
Fri May 26 09:37:06 2017 +0000
Revision:
49:243b5e826228
Parent:
40:05798eeadd02
merge;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mlin 9:eee503060d69 1 #include "mbed.h"
mlin 11:1da15361a35b 2 #ifndef M_PI
mlin 11:1da15361a35b 3 #define M_PI 3.14159265358979323846
mlin 11:1da15361a35b 4 #endif
mlin 9:eee503060d69 5 Serial pc(USBTX,USBRX,"pc");
Owenmatthewmcgowan 29:684e2a3e17b5 6 #include "slider.h"
Owenmatthewmcgowan 29:684e2a3e17b5 7 #include "RTC.h"
mlin 10:9d9b3b9b28b8 8 #include "poll.h"
Owenmatthewmcgowan 12:50289d0ac834 9
mlin 9:eee503060d69 10 #include "render.h"
mlin 38:3fe3bafbf0c7 11 #include "drawhands.h"
Owenmatthewmcgowan 12:50289d0ac834 12 #include "settings.h"
mlin 10:9d9b3b9b28b8 13 #include "drawStates.h"
Owenmatthewmcgowan 19:4c30c3182e04 14 #include "clocklogic.h"
mlin 38:3fe3bafbf0c7 15 #include "analoglogic.h"
mlin 40:05798eeadd02 16 #include "pong.h"