uart.h

来自「hop file for Nordic nrf9e5」· C头文件 代码 · 共 21 行

H
21
字号
/*= 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);

#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?