Real Time FIR Filter - Distinctive Excellence award winner :)

Dependencies:   mbed

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