Impedance Fast Circuitry Software

Dependencies:   mbed-dsp mbed

Fork of DSP_200kHz by Mazzeo Research Group

Committer:
baxterja
Date:
Wed Jun 27 19:23:32 2018 +0000
Revision:
87:80c9169acb85
Parent:
86:b3520f4453cf
Changed frequencies for different probe number.  I also ordered frequencies from smallest to largest (I don't know if this is a good idea or not)

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 86:b3520f4453cf 7 extern Timer timer;
baxterja 84:5b4466dd2326 8 void print_filter_data(Serial *pc,bool is_actively_printing);
baxterja 84:5b4466dd2326 9 void set_print_buffer(double mag,double phase, int print_identifier);
baxterja 76:704fc58ffcd0 10
baxterja 76:704fc58ffcd0 11 #endif