Numero Uno / Mbed 2 deprecated Speaker_board

Dependencies:   mbed

Fork of song_demo_PWM by jim hamblen

Revision:
5:54dda16baec4
Parent:
4:64c31855f0be
Child:
7:29dd200668db
--- a/main.cpp	Wed Oct 28 14:47:31 2015 +0000
+++ b/main.cpp	Thu Oct 29 09:22:41 2015 +0000
@@ -65,7 +65,7 @@
             playbuzz = true;
             buzz();
         }
-        if(songTimer.read() > 9.2)
+        if(songTimer.read() > 29.2)
         {
             songTimer.reset();
             mySpeaker.PlaySong(note,duration);