old demo that i want to try in mbed studio

Dependencies:   mbed SDFileSystem_Copy_of_mbed_version I2S

Files at this revision

API Documentation at this revision

Comitter:
roryhand
Date:
Sat Sep 07 15:07:10 2019 +0000
Parent:
42:f481dcabdc34
Child:
44:a9e84d333a6a
Commit message:
WIP - more vectors stuff removed

Changed in this revision

NotchingDemo.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/NotchingDemo.cpp	Sat Sep 07 14:59:23 2019 +0000
+++ b/NotchingDemo.cpp	Sat Sep 07 15:07:10 2019 +0000
@@ -387,21 +387,6 @@
 void Play_WaveFileLoop(classSoundFile Sounds[], Notch_STRUCT NotchingSet);
 int main()
 {
-    //std::vector<classSoundFile> v = {Sound1, Sound2, Sound3, Sound4};
-/*
-    classSoundFile Sound1,Sound2,Sound3,Sound4,Sound5;
-    Sound1.file_location = '1';
-    Sound2.file_location = '2';
-    Sound3.file_location = '3';
-    Sound4.file_location = '4';
-    Sound5.file_location = '5';
-    */
-    //SoundPlaceHolder.file_location = 'hello';
-    
-
-   
-
-
  
     NotchUp.mode(PullUp);
     NotchDown.mode(PullUp);