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:
mlin
Date:
Wed May 24 13:27:07 2017 +0000
Revision:
11:1da15361a35b
Parent:
10:9d9b3b9b28b8
Child:
12:50289d0ac834
updated things;

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");
mlin 10:9d9b3b9b28b8 6 #include "poll.h"
mlin 9:eee503060d69 7 #include "render.h"
mlin 10:9d9b3b9b28b8 8 #include "drawStates.h"
mlin 9:eee503060d69 9 #include "RTC.h"
mlin 10:9d9b3b9b28b8 10 #include "slider.h"
mlin 9:eee503060d69 11