📄 uart.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 + -