player 1

Dependencies:   4DGL-uLCD-SE PinDetect SparkfunAnalogJoystick mbed-rtos mbed SDFileSystem

Fork of 4180FinalLab by Rishi Bhargava

Wireless 2 Player Pong game

Revision:
10:b57b3fbf8266
Parent:
9:aa967c554d10
--- a/huzzah.h	Thu Apr 28 20:08:23 2016 +0000
+++ b/huzzah.h	Fri Apr 29 00:51:56 2016 +0000
@@ -1,11 +1,10 @@
 #include "uLCD_4DGL.h"
-#include "PinDetect.h"
 #include "mbed.h"
 
 class Huzzah
 {
     public:
-    Huzzah(char*,char*,Serial*,Serial*);
+    Huzzah(char*,char*,Serial*);
     void SendCMD();
     void getreply();
     void config();
@@ -24,6 +23,5 @@
     int _highscore2;
     
     Serial* esp;
-    Serial* pc;
     
 };
\ No newline at end of file