pong game added to the main sketch

Dependencies:   RTC-DS1307 SPI_TFT_ILI9341 TFT_fonts mbed tsi_sensor

Fork of MainSketch by IoT Ox

Committer:
Owenmatthewmcgowan
Date:
Wed May 24 16:15:04 2017 +0000
Revision:
13:50289d0ac834
Parent:
11:1da15361a35b
Added Settings page

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 13:50289d0ac834 7
mlin 9:eee503060d69 8 #include "render.h"
Owenmatthewmcgowan 13: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"
mlin 9:eee503060d69 13