仓库提交练习
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
652 B

/*
* msp_strain_gauge.h
*
* Created on: 20251125
* Author: akeguo
*/
//应变片采集模块
#ifndef BASE_INC_MSP_MSP_STRAIN_GAUGE_H_
#define BASE_INC_MSP_MSP_STRAIN_GAUGE_H_
#include "bsp_MB_host.h"
#include "bsp_Error.pb.h"
#include "bsp_strain_gauge.pb.h"
#include "bsp_Error_Detect.h"
#define OneLineWaitTime 50 //SendList 等待时间
extern void strain_gauge_intialize(struct UARTHandler *Handler);
extern void strain_gauge_intialize_with_slaveid(struct UARTHandler *Handler, int slave_id);
extern void brake_discharge_inquiry();
extern Strain_Gauge_Struct *strainGaugeValue;
#endif /* BASE_INC_MSP_MSP_STRAIN_GAUGE_H_ */