pong game added to the main sketch

Dependencies:   RTC-DS1307 SPI_TFT_ILI9341 TFT_fonts mbed tsi_sensor

Fork of MainSketch by IoT Ox

libs.h

Committer:
mlin
Date:
2017-05-24
Revision:
11:1da15361a35b
Parent:
10:9d9b3b9b28b8
Child:
13:50289d0ac834

File content as of revision 11:1da15361a35b:

#include "mbed.h"
#ifndef M_PI
#define M_PI           3.14159265358979323846
#endif
Serial pc(USBTX,USBRX,"pc");
#include "poll.h"
#include "render.h"
#include "drawStates.h"
#include "RTC.h"
#include "slider.h"