#ifndef __GETHIGHDIS_H
#define __GETHIGHDIS_H
#include "sys.h"
#include "my_data.h"
#include "My_GetAdc.h"
#include "math.h"
extern short F_HighInit;
extern short HighMax;
extern short Highmin;
extern float High_Dis;
void GetHighDis_Pro(void);
#endif