📄 usart.h
字号:
/*******************************************************************************
* name : usart.h
* author: fengzai(panda)
* date: 2007.1.25
* decribe: header file of usart.c
* "put_c" send a char
* "put_s" send a string
* 查询方式
*******************************************************************************/
#ifndef _USART_H
#define _USART_H 1
void put_c(unsigned char c);
void put_s(unsigned char *string);
void usart_init(void);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -