Starter code for Georgia Tech ECE 2036 Summer 2014 Lab 2

Dependencies:   4DGL-uLCD-SE PinDetect mbed

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;