Jared Baxter
/
Impedance_Fast_Circuitry
Impedance Fast Circuitry Software
Fork of DSP_200kHz by
Diff: Jareds_DSP/print_data.h
- Revision:
- 86:b3520f4453cf
- Parent:
- 84:5b4466dd2326
--- a/Jareds_DSP/print_data.h Wed Apr 25 16:21:11 2018 +0000 +++ b/Jareds_DSP/print_data.h Fri Jun 22 18:13:46 2018 +0000 @@ -4,6 +4,7 @@ #include "mbed.h" #include "stdio.h" +extern Timer timer; void print_filter_data(Serial *pc,bool is_actively_printing); void set_print_buffer(double mag,double phase, int print_identifier);