?? uart.h
字號:
/*= uart.h =========================================================================================
*
* Copyright (C) 2004 Nordic Semiconductor
*
* This file is distributed in the hope that it will be useful, but WITHOUT WARRANTY OF ANY KIND.
*
* Author(s): Ole Saether
*
* $Revision: 2 $
*
*==================================================================================================
*/
#ifndef __HOPPING_UART_H__
#define __HOPPING_UART_H__
void InitUart(void);
void PutChar(char c);
unsigned char GetChar(void);
unsigned char GetChar1(void);
//sbit key2 =P0^4;
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -