old demo that i want to try in mbed studio

Dependencies:   mbed SDFileSystem_Copy_of_mbed_version I2S

wm8731_Config_setup.h

Committer:
roryhand
Date:
2020-05-16
Branch:
LargeFile_Tests
Revision:
90:1dce46f0d9e5
Parent:
0:e89d7a0bfa3b

File content as of revision 90:1dce46f0d9e5:

// 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