Contains the main execution of the clock uses headers to import functions

Dependencies:   RTC-DS1307 SPI_TFT_ILI9341 TFT_fonts mbed tsi_sensor

Fork of TFT_Mikroelectronika_IL9341_sketchpad by Oxford CWM Team

libs.h

Committer:
Owenmatthewmcgowan
Date:
2017-05-26
Revision:
49:243b5e826228
Parent:
40:05798eeadd02

File content as of revision 49:243b5e826228:

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

#include "render.h"
#include "drawhands.h"
#include "settings.h"
#include "drawStates.h"
#include "clocklogic.h"
#include "analoglogic.h"
#include "pong.h"