UartConnection.h
847 字节
/**
********************************************************************
* @file UartDeal_Base.h
* UartDeal_Base的头文件
*
*********************************************************************
*/
/* Define to prevent recursive inclusion 避免重定义 -------------------------------------*/
#ifndef UARTDEAL_BASE_H
#define UARTDEAL_BASE_H
/* Includes ------------------------------------------------------------------*/
#ifdef __cplusplus
extern "C" {
#endif
/* Exported constants --------------------------------------------------------*/
/* 常亮定义*/
/* Exported types ------------------------------------------------------------*/
/* Exported functions --------------------------------------------------------*/
int UartConnection_UartEnabled(char *UartDev, int BitRate);
#ifdef __cplusplus
}
#endif
#endif