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

📄 uart.h

📁 80c51F020的开发程序 包括ADC DDS DAC
💻 H
字号:
/* ------------------------------------------------------------
	File Name: 		uart.h
	Auther:			Samuel
	Revision:		R1
	History:		R1			Jul.05, 2007		Creation
------------------------------------------------------------ */


/* define to prevent recursive inclusion */
#ifndef __UART_H
#define __UART_H


/* includes --------------------------------------------------------------- */
#include <c8051f020.h>

/* functions -------------------------------------------------------------- */


/* ---------- top level core functions ---------- */
void uart_init(void);

/* ---------- support functions ---------- */

#endif	/* __UART_H */

/* End of uart.h */

⌨️ 快捷键说明

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