FIR filter of Direct form for ST Nucleo F401RE.
Dependencies: UITDSP_ADDA mbed
Diff: main.cpp
- Revision:
- 1:124262641129
- Parent:
- 0:bbbc6e10e439
- Child:
- 3:09f0a4b0a8f1
diff -r bbbc6e10e439 -r 124262641129 main.cpp --- a/main.cpp Tue Oct 21 08:37:42 2014 +0000 +++ b/main.cpp Tue Oct 21 09:06:23 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.hpp"