Work in progress

Dependencies:   mbed

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

Files at this revision

API Documentation at this revision

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
--- /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
+
+}
--- /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