Real Time FIR Filter - Distinctive Excellence award winner :)

Dependencies:   mbed

Revision:
0:b3e50e98acac
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/adc_dac.h	Sat Aug 13 17:35:52 2011 +0000
@@ -0,0 +1,10 @@
+
+#ifndef ADC_DAC_H_
+#define ADC_DAC_H_
+
+#include "mbed.h"
+
+void initDAC(void);
+void initADC(void);
+
+#endif /* ADC_DAC_H_ */