Dependencies:   mbed-dsp mbed

Fork of DSP_200kHz by Mazzeo Research Group

Revision:
44:41c262caf898
Parent:
43:c593a8b9688f
Child:
45:d591d138cdeb
--- a/main.cpp	Fri Jan 30 08:14:36 2015 +0000
+++ b/main.cpp	Fri Jan 30 14:56:58 2015 +0000
@@ -82,9 +82,9 @@
             
             switch(temp) {
                 case 'a':
-                    adc_start();
-                    wait(1);
-                    adc_stop();
+                    //adc_start();
+                    
+                    //adc_stop();
                     // then proceed to 's' to display the array
                 case 's':
                     for(int i = 0; i < TOTAL_SAMPLES; i++) pc.printf("%i: %f\t %f\t %i%i\r\n",i,sample_array1[i]*3.3/65535,sample_array2[i]*3.3/65535, (angle_array[i]>>1)&0x01, angle_array[i]&0x01);