One player pong with seven segment display for score keeping

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

Fork of ECE2036Lab2StarterCode by Joseph Lind

Revision:
1:839d22d423bd
Parent:
0:356124c0bafc
--- a/soundBuilder.h	Tue Jun 17 20:03:41 2014 +0000
+++ b/soundBuilder.h	Thu Jun 19 21:45:38 2014 +0000
@@ -3,7 +3,8 @@
 class Note
 {
 public:
-    
+    // You create your own constructors and 
+    // member functions!!
 private:
     float freq;
     float length;