Jared Baxter
/
Impedance_Fast_Circuitry
Fork of DSP_200kHz by
DMA_sampling/dma.h
- Committer:
- baxterja
- Date:
- 2017-06-01
- Revision:
- 74:ebc9f09fda11
- Parent:
- 53:83a90a47c1fd
File content as of revision 74:ebc9f09fda11:
#ifndef DMA_H_ #define DMA_H_ #include "mbed.h" void dma_reset(); void dma_init2(); #endif /* DMA_H_ */