uart.h
来自「Keil环境下编写的NRF9E5的应用软件」· C头文件 代码 · 共 22 行
H
22 行
/*= 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 + =
减小字号Ctrl + -
显示快捷键?