?? 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 + -