Work in progress

Dependencies:   mbed

Interface with ucontroller Analog Devices Example: http://ez.analog.com/docs/DOC-1806

main.cpp

Committer:
twidget
Date:
2014-04-02
Revision:
0:b9c2d7af7c92

File content as of revision 0:b9c2d7af7c92:

/***** PLACE HOLDER *****
*Place holder for analog devices ADAU1701 DSP EXAMPLE
*
*BY: Nicholas FARRELL AKA EETwidget
*************************/

#include "mbed.h"
#include "SigmaStudioFW.h"

//#include "*_PARAM.h"
//#include "*_.h"
//#include "*_REG.h"

int main() {

default_download();     //defined in SigmaStudioFW.h

}