📄 rs232.h
字号:
/*--------------------------------------------------------------------------
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -