/* * 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_ */