uses armmath has two swithcable filters

Dependencies:   FastAnalogIn mbed-dsp mbed

Revision:
1:d1b05f475265
Parent:
0:888888c9f065
--- a/LowPass.h	Wed Apr 23 18:23:58 2014 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-/* LowPass.h                           */
-/* FIR filter coefficients              */
-/* exported by MATLAB using FIR_dump2c  */
-/* Michael G. Morrow - 2000, 2003, 2004 */
-
-
-#define N 5
-
-extern float B[];