Work in progress

Dependencies:   mbed

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

Revision:
0:b9c2d7af7c92
--- /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
+
+}