Nicholas Farrell
/
ADAU1701
Work in progress
Interface with ucontroller Analog Devices Example: http://ez.analog.com/docs/DOC-1806
Revision 0:b9c2d7af7c92, committed 2014-04-02
- Comitter:
- twidget
- Date:
- Wed Apr 02 07:10:45 2014 +0000
- Commit message:
- ADAU1701 DSP
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
mbed.bld | Show annotated file Show diff for this revision Revisions of this file |
diff -r 000000000000 -r b9c2d7af7c92 main.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/main.cpp Wed Apr 02 07:10:45 2014 +0000 @@ -0,0 +1,18 @@ +/***** 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 + +}
diff -r 000000000000 -r b9c2d7af7c92 mbed.bld --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed.bld Wed Apr 02 07:10:45 2014 +0000 @@ -0,0 +1,1 @@ +http://world3.dev.mbed.org/users/mbed_official/code/mbed/builds/824293ae5e43 \ No newline at end of file