Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed SDFileSystem_Copy_of_mbed_version I2S
Diff: NotchingDemo.cpp
- Revision:
- 36:569ec4335f92
- Parent:
- 35:4469b508dda3
- Child:
- 37:a563899ac0df
diff -r 4469b508dda3 -r 569ec4335f92 NotchingDemo.cpp
--- 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;
};