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: adc.h
- Revision:
- 42:52a92a8d2cc7
- Parent:
- 41:3e0623d81b9a
- Child:
- 45:d591d138cdeb
diff -r 3e0623d81b9a -r 52a92a8d2cc7 adc.h --- a/adc.h Fri Jan 30 06:59:19 2015 +0000 +++ b/adc.h Fri Jan 30 07:22:00 2015 +0000 @@ -17,6 +17,7 @@ #define MAX_FADC 6000000 #define SAMPLING_RATE 10 // In microseconds, so 10 us will be a sampling rate of 100 kHz +extern DMA dma; void adc_start();