Jared Baxter / Mbed 2 deprecated Impedance_Fast_Circuitry_print_V_I

Dependencies:   mbed-dsp mbed

Fork of Impedance_Fast_Circuitry by Jared Baxter

Revision:
34:44cc9b76a507
Child:
36:07d8a3143967
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/dma.h	Sun Jan 25 02:45:58 2015 +0000
@@ -0,0 +1,15 @@
+/*
+ * dma.h
+ *
+ *  Created on: Nov 25, 2014
+ *      Author: Manuel Alejandro
+ */
+
+#ifndef DMA_H_
+#define DMA_H_
+
+#include "MK64F12.h"
+
+void dma_init(uint16_t* buffer,int adc_reads);
+
+#endif /* DMA_H_ */