Dependencies:   mbed-dsp mbed

Fork of DSP_200kHz by Mazzeo Research Group

Committer:
baxterja
Date:
Wed Feb 21 23:23:17 2018 +0000
Revision:
84:5b4466dd2326
Parent:
78:10b2916b8f5c
Child:
86:b3520f4453cf
Pre_mavrik Version

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