Impedance Fast Circuitry Software

Dependencies:   mbed-dsp mbed

Fork of DSP_200kHz by Mazzeo Research Group

Committer:
baxterja
Date:
Sun Jun 04 02:41:14 2017 +0000
Revision:
76:704fc58ffcd0
Child:
77:1ee17a9e9f8b
Everything working well including printing.  I'm about to change it so we only have one voltage and one current measurment.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
baxterja 76:704fc58ffcd0 1 #ifndef PRINTDATA_H_
baxterja 76:704fc58ffcd0 2 #define PRINTDATA_H_
baxterja 76:704fc58ffcd0 3
baxterja 76:704fc58ffcd0 4 #include "mbed.h"
baxterja 76:704fc58ffcd0 5 #include "stdio.h"
baxterja 76:704fc58ffcd0 6
baxterja 76:704fc58ffcd0 7 void print_filter_data();
baxterja 76:704fc58ffcd0 8 void set_print_buffer(float mag,float phase);
baxterja 76:704fc58ffcd0 9
baxterja 76:704fc58ffcd0 10 #endif