Jared Baxter
/
Impedance_Fast_Circuitry
Fork of DSP_200kHz by
Diff: DMA_sampling/adc.h
- Revision:
- 53:83a90a47c1fd
- Parent:
- 52:5a40cc58c4c2
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/DMA_sampling/adc.h Tue Feb 09 15:11:08 2016 +0000 @@ -0,0 +1,14 @@ +#ifndef ADC_H_ +#define ADC_H_ + +#include "mbed.h" +#include "dma.h" + + +/*** + * Initializes the ADC to 16-bit single-ended, hardware triggered + * with DMA enabled. + **/ +void adc_init(); + +#endif /* ADC_H_ */ \ No newline at end of file