Brennon Farmer / Mbed 2 deprecated 4180_Final_Project_Menu_Music

Dependencies:   mbed mbed-rtos 4180Final SDFileSystem

Revision:
4:e060ee6a74b5
Parent:
3:ac5c3d483dbd
Child:
5:3a9b8a625aa8
Child:
6:a7bcb6451a35
--- a/main.cpp	Mon Apr 27 05:12:43 2020 +0000
+++ b/main.cpp	Mon Apr 27 06:16:47 2020 +0000
@@ -55,7 +55,7 @@
         music = (unsigned char*) menumusic;
         led = 1;
         DACout.write(music[sIndx++] / 255.0);
-        if(sIndx > 60000) { //120000
+        if(sIndx > 20000) { //120000
             sIndx = 0;
             led = 0;
         }