
Impedance Fast Circuitry Software
Fork of DSP_200kHz by
Jareds_DSP/print_data.h@86:b3520f4453cf, 2018-06-22 (annotated)
- Committer:
- baxterja
- Date:
- Fri Jun 22 18:13:46 2018 +0000
- Revision:
- 86:b3520f4453cf
- Parent:
- 84:5b4466dd2326
Added Time stamping to the output
Who changed what in which revision?
User | Revision | Line number | New 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 |