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
wm8731_Config_setup.h
- Committer:
- roryhand
- Date:
- 2019-02-16
- Revision:
- 0:e89d7a0bfa3b
File content as of revision 0:e89d7a0bfa3b:
// 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