FIR filter of symmetric coefficiemts for ST Nucleo F401RE.

Dependencies:   UIT_ADDA mbed

Revision:
1:93d2771b8797
Parent:
0:4912234b4155
Child:
3:89bae16a8d2c
--- a/main.cpp	Tue Oct 21 08:41:14 2014 +0000
+++ b/main.cpp	Tue Oct 21 09:07:46 2014 +0000
@@ -7,7 +7,7 @@
 
 #include "mbed.h"
 
-#include "ADC_Interrupt.hpp"    // for ADC using interrupt
+#include "ADC_Base.hpp"         // for ADC not using interrupt
 #include "DAC_MCP4922.hpp"      // for DAC MCP4922
 #include "ScfClockTim3.hpp"     // for clock supplied to SCF
 #include "Coefficients_200_LPF_Sym.hpp"