Gimbal_UartDeal.h
921 字节
/**
********************************************************************
* @file Gimbal_UartDeal.h
* Gimbal_UartDeal的头文件
*
*********************************************************************
*/
/* Define to prevent recursive inclusion 避免重定义 -------------------------------------*/
#ifndef GIMBAL_UART_DEAL_H
#define GIMBAL_UART_DEAL_H
/* Includes ------------------------------------------------------------------*/
#ifdef __cplusplus
extern "C" {
#endif
/* Exported constants --------------------------------------------------------*/
/* 常亮定义*/
/* Exported types ------------------------------------------------------------*/
/* Exported functions --------------------------------------------------------*/
int Gimbal_UartDeal_Receive(int Uart_fd);
int Gimbal_UartSend(unsigned char *send, int num);
#ifdef __cplusplus
}
#endif
#endif