IoT Ox / Mbed 2 deprecated MainSketch Featured

Dependencies:   RTC-DS1307 SPI_TFT_ILI9341 TFT_fonts mbed tsi_sensor

Fork of TFT_Mikroelectronika_IL9341_sketchpad by Oxford CWM Team

Committer:
Owenmatthewmcgowan
Date:
Thu May 25 10:58:02 2017 +0000
Revision:
19:4c30c3182e04
Parent:
12:50289d0ac834
Child:
29:684e2a3e17b5
working demo of clock

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"
Owenmatthewmcgowan 12:50289d0ac834 7
mlin 9:eee503060d69 8 #include "render.h"
Owenmatthewmcgowan 12:50289d0ac834 9 #include "settings.h"
mlin 10:9d9b3b9b28b8 10 #include "drawStates.h"
mlin 9:eee503060d69 11 #include "RTC.h"
mlin 10:9d9b3b9b28b8 12 #include "slider.h"
Owenmatthewmcgowan 19:4c30c3182e04 13 #include "clocklogic.h"
mlin 9:eee503060d69 14