Weight.h 379 Bytes
#ifndef __WEIGHT_H
#define __WEIGHT_H
#include "sys.h"
#include "my_data.h"
#include "My_GetAdc.h"
#include "math.h"


#define Usart5_SendPerNums 40//
#define Length_Usart5_SX 9//

void Weight_Pro(void);
extern u8 TIM4_USART5_SendNums;
extern short WeightAll;
extern u8 USART5_SX_BUF[Length_Usart5_SX];
extern short F_WeightInitVa;//³ÆÖØУ׼ֵ/KG
extern u16 F_WeightMax;
#endif