Reverb system using single comb filter class for ST Nucleo F401RE.

Dependencies:   UIT_ADDA mbed

Revision:
1:b3a60a05da72
Parent:
0:47e72130375e
Child:
3:634a77f4702d
--- a/main.cpp	Fri Oct 31 07:37:36 2014 +0000
+++ b/main.cpp	Fri Oct 31 08:15:41 2014 +0000
@@ -25,8 +25,6 @@
 
 int main()
 {
-
-    
     ScfClockTim3(500000);       // cutoff frequency: 5 kHz
     while (true)
     {
@@ -41,4 +39,3 @@
         myDac_.Write(yn);       // Write to DAC
     }
 }
-