test publish

Dependencies:   mbed GroveEarbudSensor

Revision:
5:ee265ab0752d
Parent:
4:23aba111f73a
--- a/Speaker.h	Fri Mar 25 09:34:21 2016 +0000
+++ b/Speaker.h	Fri Mar 25 11:17:39 2016 +0000
@@ -13,10 +13,10 @@
         float pulseWidth;
     protected :
     public :
-        Speaker(PwmOut argPin);
+        Speaker(PwmOut* argPin);
         bool setPulseWidth(float argPulseWidth);
         void play(Notes note);
         void mute();
-}
+};
 
 #endif
\ No newline at end of file