Work in progress

Dependencies:   mbed

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

Committer:
twidget
Date:
Wed Apr 02 07:10:45 2014 +0000
Revision:
0:b9c2d7af7c92
ADAU1701 DSP

Who changed what in which revision?

UserRevisionLine numberNew contents of line
twidget 0:b9c2d7af7c92 1 /***** PLACE HOLDER *****
twidget 0:b9c2d7af7c92 2 *Place holder for analog devices ADAU1701 DSP EXAMPLE
twidget 0:b9c2d7af7c92 3 *
twidget 0:b9c2d7af7c92 4 *BY: Nicholas FARRELL AKA EETwidget
twidget 0:b9c2d7af7c92 5 *************************/
twidget 0:b9c2d7af7c92 6
twidget 0:b9c2d7af7c92 7 #include "mbed.h"
twidget 0:b9c2d7af7c92 8 #include "SigmaStudioFW.h"
twidget 0:b9c2d7af7c92 9
twidget 0:b9c2d7af7c92 10 //#include "*_PARAM.h"
twidget 0:b9c2d7af7c92 11 //#include "*_.h"
twidget 0:b9c2d7af7c92 12 //#include "*_REG.h"
twidget 0:b9c2d7af7c92 13
twidget 0:b9c2d7af7c92 14 int main() {
twidget 0:b9c2d7af7c92 15
twidget 0:b9c2d7af7c92 16 default_download(); //defined in SigmaStudioFW.h
twidget 0:b9c2d7af7c92 17
twidget 0:b9c2d7af7c92 18 }