?? externf.h
字號:
/*------------------------------------------------------------------------------
; This file is part of the RLC instruction
; Copyright (c)
; Version: 1.0
;-------------------------------------------------------------------------------
; Filename:
; externf.h
; Function:
;
; Author:
; pirate
;
; Writedate:
; Oct.15 2005
; Moddate(latest):
; Oct.15 2005
;-------------------------------------------------------------------------------
*/
//--------------------------------------
// Included files
//--------------------------------------
//
#include ".\HEAD\dtype.h"
//--------------------------------------
// Local Definitions and Types
//--------------------------------------
extern void RlcChar(uchar);
extern void shiftchar(void);
extern void Nop(uchar);
extern void test(void);
//extern void Uart_init();
extern void UartSendChar(uchar);
extern void SendChar(uchar);
extern void DelayXs(uchar);
extern void CalBaudrate(uchar);
extern uchar UartReceiveChar(void);
//------------------------------------------------------------------------------
//
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -