old demo that i want to try in mbed studio

Dependencies:   mbed SDFileSystem_Copy_of_mbed_version I2S

Revision:
0:e89d7a0bfa3b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/wm8731_Config_setup.h	Sat Feb 16 17:19:43 2019 +0000
@@ -0,0 +1,17 @@
+// This is start of the header guard.  ADD_H can be any unique name.  By convention, we use the name of the header file.
+/*#ifndef ADD_H
+#define ADD_H
+ 
+// This is the content of the .h file, which is where the declarations go
+void wm8731_Config(void) // function prototype for wm8731_Config.h -- don't forget the semicolon!
+ 
+// This is the end of the header guard
+#endif*/
+
+
+#ifndef WM8731_CONFIG_SETUP
+#define WM8731_CONFIG_SETUP
+
+void wm8731_Config_setup(void); // function prototype for wm8731_Config.h -- don't forget the semicolon!
+
+#endif
\ No newline at end of file