?? uartinterface.h
字號:
#ifndef UARTINTERFACE_H
#define UARTINTERFACE_H
/***********************************************************
Module Name: UartInterface.h
Module Date: 04/10/2004
Module Auth: John Orlando
Copyright (c) 2004 John Orlando All Rights Reserved
Description: This modules provides the external interface
to the UartInterface module.
***********************************************************/
/* extern variables */
extern unsigned char serialReceivedFlag;
/* External Function Prototypes */
extern void UartInt_init(void);
extern void UartInt_txByte(unsigned char txByte);
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -