old demo that i want to try in mbed studio

Dependencies:   mbed SDFileSystem_Copy_of_mbed_version I2S

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers wm8731_Config_setup.h Source File

wm8731_Config_setup.h

00001 // This is start of the header guard.  ADD_H can be any unique name.  By convention, we use the name of the header file.
00002 /*#ifndef ADD_H
00003 #define ADD_H
00004  
00005 // This is the content of the .h file, which is where the declarations go
00006 void wm8731_Config(void) // function prototype for wm8731_Config.h -- don't forget the semicolon!
00007  
00008 // This is the end of the header guard
00009 #endif*/
00010 
00011 
00012 #ifndef WM8731_CONFIG_SETUP
00013 #define WM8731_CONFIG_SETUP
00014 
00015 void wm8731_Config_setup(void); // function prototype for wm8731_Config.h -- don't forget the semicolon!
00016 
00017 #endif