Jared Baxter / Mbed 2 deprecated Impedance_Fast_Circuitry

Dependencies:   mbed-dsp mbed

Fork of DSP_200kHz by Mazzeo Research Group

Committer:
baxterja
Date:
Tue Jun 06 18:15:00 2017 +0000
Revision:
78:10b2916b8f5c
Parent:
77:1ee17a9e9f8b
Child:
84:5b4466dd2326
Working Simultaneous excitation of multiple frequencies.

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 77:1ee17a9e9f8b 7 void print_filter_data(Serial *pc);
baxterja 78:10b2916b8f5c 8 void set_print_buffer(float mag,float phase, int print_identifier);
baxterja 76:704fc58ffcd0 9
baxterja 76:704fc58ffcd0 10 #endif