Jared Baxter / Mbed 2 deprecated Impedance_Fast_Circuitry

Dependencies:   mbed-dsp mbed

Fork of DSP_200kHz by Mazzeo Research Group

dma.h

Committer:
timmey9
Date:
2015-01-25
Revision:
36:07d8a3143967
Parent:
34:44cc9b76a507
Child:
39:82dc3daecf32

File content as of revision 36:07d8a3143967:

/*
 * dma.h
 *
 *  Created on: Nov 25, 2014
 *      Author: Manuel Alejandro
 */

#ifndef DMA_H_
#define DMA_H_

#include "MK64F12.h"

extern int rotary_count;

void dma_init(uint16_t* array0, uint16_t* array1, uint16_t* array2, int adc_reads);

#endif /* DMA_H_ */