Jared Baxter
/
Impedance_Fast_Circuitry
Impedance Fast Circuitry Software
Fork of DSP_200kHz by
Jareds_DSP/print_data.h@76:704fc58ffcd0, 2017-06-04 (annotated)
- Committer:
- baxterja
- Date:
- Sun Jun 04 02:41:14 2017 +0000
- Revision:
- 76:704fc58ffcd0
- Child:
- 77:1ee17a9e9f8b
Everything working well including printing. I'm about to change it so we only have one voltage and one current measurment.
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 | 76:704fc58ffcd0 | 7 | void print_filter_data(); |
baxterja | 76:704fc58ffcd0 | 8 | void set_print_buffer(float mag,float phase); |
baxterja | 76:704fc58ffcd0 | 9 | |
baxterja | 76:704fc58ffcd0 | 10 | #endif |