1D-Pong game based on a LED strip with 150 LPD6803-controlled pixels. Game keeps score for 'best-of-21' game. Written for KL25Z

Dependencies:   MODSERIAL mbed

Revision:
26:448ee3b0b481
Parent:
21:a554229e884b
--- a/GameButton.h	Tue Sep 03 22:30:16 2013 +0000
+++ b/GameButton.h	Sat Sep 07 10:59:26 2013 +0000
@@ -18,6 +18,8 @@
     bool    m_timeoutactive;
     void TimeOutHandler(void);
     virtual void PushHandler(void);
+    private:
+    PinName inpin;
 };