// testADC.h  header file

typedef struct
{
	float voltage[4];
	int count;
} ADC_STRUCT;