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:
Mon May 27 19:44:22 2019 +0000
Parent:
35:4469b508dda3
Child:
37:a563899ac0df
Commit message:
WIP - just changing classSoundFile

Changed in this revision

NotchingDemo.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/NotchingDemo.cpp	Mon May 27 17:43:08 2019 +0000
+++ b/NotchingDemo.cpp	Mon May 27 19:44:22 2019 +0000
@@ -144,6 +144,7 @@
 //add a class constructor
     WAV_FILE_STRUCT FileInfo;
     short * data_sptr;
+    string file_location;
     //classSoundFile(string filename);//this is the constructor
     //string filename;
 };