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

Files at this revision

API Documentation at this revision

Comitter:
mlin
Date:
Fri May 26 08:44:21 2017 +0000
Parent:
41:3f2e75e7fbeb
Child:
46:424f9c1b857e
Commit message:
pong init vars;

Changed in this revision

pong.h Show annotated file Show diff for this revision Revisions of this file
--- a/pong.h	Fri May 26 08:32:45 2017 +0000
+++ b/pong.h	Fri May 26 08:44:21 2017 +0000
@@ -8,6 +8,8 @@
     TFT.line(p_width,0,320,0,White);
     TFT.line(320,0,320,240,White);
     TFT.line(p_width,0,320,240,White);
+    b_x = 100;
+    b_y = 100;
     while (true){
         readX();
         if (touching == 1){