Gimbal_SpecialUart.h 987 字节
/**
 ********************************************************************
 * @file   Gimbal_UartDeal.h
 *         Gimbal_UartDeal的头文件
 *
 *********************************************************************
 */

/* Define to prevent recursive inclusion 避免重定义 -------------------------------------*/
#ifndef GIMBAL_UART_DEAL_H
#define GIMBAL_UART_DEAL_H

/* Includes ------------------------------------------------------------------*/
#include "JZsdk_Base/JZsdk_Code/JZsdk_Code.h"

#ifdef __cplusplus
extern "C" {
#endif

/* Exported constants --------------------------------------------------------*/
/* 常亮定义*/

/* Exported types ------------------------------------------------------------*/

/* Exported functions --------------------------------------------------------*/
T_JZsdkReturnCode Gimbal_SpecialUart_UartReceive_Init(int Uart_fd);
T_JZsdkReturnCode Gimbal_SpecialUart_UartSend(unsigned char *send, int num);

#ifdef __cplusplus
}
#endif

#endif