公司代码
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.
 
 
 

17 lines
314 B

/*
* thickness_sensor.h
*
* Created on: Mar 21, 2025
* Author: SQ-X
*/
#ifndef INC_THICKNESS_SENSOR_H_
#define INC_THICKNESS_SENSOR_H_
#include "bsp_MB_host.h"
extern void thickness_sensor_intialize(struct UARTHandler *Handler);
extern int32_t* ThicknessValue;
#endif /* INC_THICKNESS_SENSOR_H_ */