/* * msp_CMCU.h * * Created on: Jun 24, 2025 * Author: 13752 */ #ifndef INC_MSP_MSP_CMCU_H_ #define INC_MSP_MSP_CMCU_H_ #include "../../BASE/Inc/BSP/bsp_MB_host.h" extern int32_t* CMCUValue_in; extern void CMCU_sensor_intialize(struct UARTHandler *Handler); #endif /* INC_MSP_MSP_CMCU_H_ */