/* * msp_MK32_1.h * * Created on: Oct 8, 2024 * Author: akeguo */ #ifndef INC_MSP_MSP_MK32_1_H_ #define INC_MSP_MSP_MK32_1_H_ #include "BSP/bsp_UART.h" #include "msp_MK32.pb.h" void Sbus_Data_Count(uint8_t *buf, int32_t *But_Value); extern SP_MSP_MK32_Button *P_MK32; // void MK32_Sbus_UART_Handler_intialize(struct UARTHandler* Handler); #endif /* INC_MSP_MSP_MK32_1_H_ */