公司代码
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.

17 lines
386 B

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