Jared Baxter / Mbed 2 deprecated Impedance_Fast_Circuitry

Dependencies:   mbed-dsp mbed

Fork of DSP_200kHz by Mazzeo Research Group

Jareds_DSP/print_data.h

Committer:
baxterja
Date:
2018-02-21
Revision:
84:5b4466dd2326
Parent:
78:10b2916b8f5c
Child:
86:b3520f4453cf

File content as of revision 84:5b4466dd2326:

#ifndef PRINTDATA_H_
#define PRINTDATA_H_

#include "mbed.h"
#include "stdio.h"

void print_filter_data(Serial *pc,bool is_actively_printing);
void set_print_buffer(double mag,double phase, int print_identifier);

#endif