Impedance Fast Circuitry Software

Dependencies:   mbed-dsp mbed

Fork of DSP_200kHz by Mazzeo Research Group

DMA_sampling/dma.h

Committer:
baxterja
Date:
2018-06-27
Revision:
87:80c9169acb85
Parent:
74:ebc9f09fda11

File content as of revision 87:80c9169acb85:

#ifndef DMA_H_
#define DMA_H_

#include "mbed.h"

void dma_reset();    
void dma_init2();

#endif /* DMA_H_ */