pong game added to the main sketch

Dependencies:   RTC-DS1307 SPI_TFT_ILI9341 TFT_fonts mbed tsi_sensor

Fork of MainSketch by IoT Ox

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers libs.h Source File

libs.h

00001 #include "mbed.h"
00002 #ifndef M_PI
00003 #define M_PI           3.14159265358979323846
00004 #endif
00005 Serial pc(USBTX,USBRX,"pc");
00006 #include "poll.h"
00007 
00008 #include "render.h"
00009 #include "settings.h"
00010 #include "drawStates.h"
00011 #include "RTC.h"
00012 #include "slider.h"
00013