uart.h
来自「80c51F020的开发程序 包括ADC DDS DAC」· C头文件 代码 · 共 28 行
H
28 行
/* ------------------------------------------------------------
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 + =
减小字号Ctrl + -
显示快捷键?