⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 uart.h

📁 NRF9E5简易表演程序 用于无线收发数据。
💻 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 + -