Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of Impedance_Fast_Circuitry by
Diff: main.cpp
- Revision:
- 44:41c262caf898
- Parent:
- 43:c593a8b9688f
- Child:
- 45:d591d138cdeb
diff -r c593a8b9688f -r 41c262caf898 main.cpp --- 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);