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.
16 lines
306 B
16 lines
306 B
/*
|
|
* 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_ */
|
|
|