Jared Baxter / Mbed 2 deprecated Impedance_Fast_Circuitry

Dependencies:   mbed-dsp mbed

Fork of DSP_200kHz by Mazzeo Research Group

Revision:
39:82dc3daecf32
Child:
45:d591d138cdeb
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pdb.h	Thu Jan 29 16:18:54 2015 +0000
@@ -0,0 +1,14 @@
+/*  This app note explains what needs to be set for a PDB, ADC, DMA setup:  http://cache.freescale.com/files/32bit/doc/app_note/AN4688.pdf
+ *                                                                          http://cache.freescale.com/files/microcontrollers/doc/app_note/AN3844.pdf
+ */
+
+#ifndef PDB_H_
+#define PDB_H_
+
+#include "mbed.h"
+
+void pdb_init(Serial &pc);
+void pdb_start();
+void pdb_stop();
+
+#endif /* PDB_H_ */