rs232.h

来自「基于averlogic公司的AL320的AUO 2.4" SRGB屏的驱动程序」· C头文件 代码 · 共 22 行

H
22
字号
/*--------------------------------------------------------------------------
RS232.H
Header file for RS232

History:
07/20/2006 : First Version V0.1 ---HsinChu Office

Copyright (c) 1998-2006 AverLogic Inc
All rights reserved.
--------------------------------------------------------------------------*/
#ifndef __RS232_H__
#define __RS232_H__

void MCU_RS232Init(void);
void PrintHelp(void);
void PrintDebugSetup(void);
void Debug_Command_Process(void);



#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?