/* * msp_U7.h * * Created on: Oct 8, 2024 * Author: akeguo */ #ifndef INC_MSP_MSP_U7_H_ #define INC_MSP_MSP_U7_H_ #include "../../BASE/Inc/BSP/bsp_UART.h" #include "msp_U7.pb.h" void Sbus_Data_Count_U7(uint8_t *buf, int32_t *But_Value); extern SP_MSP_U7_Button *P_U7; // extern void U7_Sbus_UART_Handler_intialize(struct UARTHandler* Handler); #endif /* INC_MSP_MSP_U7_H_ */