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:
mlin
Date:
Wed May 24 11:21:37 2017 +0000
Revision:
10:9d9b3b9b28b8
Parent:
9:eee503060d69
Child:
11:1da15361a35b
Working Render of states

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mlin 9:eee503060d69 1 #include "mbed.h"
mlin 9:eee503060d69 2 Serial pc(USBTX,USBRX,"pc");
mlin 10:9d9b3b9b28b8 3 #include "poll.h"
mlin 9:eee503060d69 4 #include "render.h"
mlin 10:9d9b3b9b28b8 5 #include "drawStates.h"
mlin 9:eee503060d69 6 #include "RTC.h"
mlin 10:9d9b3b9b28b8 7 #include "slider.h"
mlin 9:eee503060d69 8